Skip to content

Commit

Permalink
unit test update
Browse files Browse the repository at this point in the history
  • Loading branch information
DragonMoffon committed Dec 17, 2024
1 parent 1b4252f commit 69e4593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/window/test_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ def test_view_background_color(window):
view = View(window, color.ARCADE_GREEN)
assert view.background_color == color.ARCADE_GREEN
window.clear()
# assert get_image(0, 0, 1, 1).getpixel((0, 0)) == (0, 0, 0, 255)
# assert get_image(0, 0, 1, 1).getpixel((0, 0)) == color.BLACK
view.clear()
# assert get_image(0, 0, 1, 1).getpixel((0, 0)) == color.ARCADE_GREEN

0 comments on commit 69e4593

Please sign in to comment.