Skip to content

Commit

Permalink
Comment Changes (3)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShahzaibIbrahim committed Jul 8, 2024
1 parent cde6ced commit 8eb6f60
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ public void testCoolItemAfterZooming() {

assertEquals("Width of a Item should be greater after zooming to 200",
xBeforeZoom * 2, xAfterZoom);
assertTrue("Height of a Item should be greater after zooming to 200", xBeforeZoom < xAfterZoom);
assertTrue("Height of a Item should be greater after zooming to 200", yBeforeZoom < yAfterZoom);
}

@Test
Expand Down

0 comments on commit 8eb6f60

Please sign in to comment.