1
0
mirror of https://github.com/gohugoio/hugo.git synced 2024-05-11 05:54:58 +00:00

resources: Remove failing and superflous test assertion

This commit is contained in:
Bjørn Erik Pedersen
2023-06-12 17:15:26 +02:00
parent 82adc972e8
commit 69f0e88a4a

View File

@ -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)