mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
resources: Remove failing and superflous test assertion
This commit is contained in:
parent
82adc972e8
commit
69f0e88a4a
1 changed files with 0 additions and 1 deletions
|
@ -101,7 +101,6 @@ func TestImageTransformBasic(t *testing.T) {
|
|||
resized, err := image.Resize("300x200")
|
||||
c.Assert(err, qt.IsNil)
|
||||
c.Assert(image != resized, qt.Equals, true)
|
||||
c.Assert(image, qt.Not(eq), resized)
|
||||
assertWidthHeight(resized, 300, 200)
|
||||
assertWidthHeight(image, 900, 562)
|
||||
|
||||
|
|
Loading…
Reference in a new issue