Skip to content

Commit

Permalink
resources: Remove failing and superflous test assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Jun 12, 2023
1 parent 82adc97 commit 69f0e88
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion resources/image_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 69f0e88

Please sign in to comment.