Skip to content

Commit

Permalink
tests: break the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
montoyaobeso committed May 8, 2024
1 parent abc4682 commit 1686faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/image_resizer_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def test_resize_image(self):
result = image.get_output_image()

# Assert
self.assertTrue(result.size == (128, 128))
self.assertTrue(result.size == True)

def test_get_original_image_size(self):
# Arrange
Expand Down

0 comments on commit 1686faa

Please sign in to comment.