Skip to content

Commit

Permalink
Actually test the line example.
Browse files Browse the repository at this point in the history
  • Loading branch information
corranwebster committed Oct 21, 2024
1 parent c99d0b7 commit 8b5ffd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tempe/test_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def test_examples(self):

examples = [
("examples/shapes_examples.py", "tests/tempe/shapes.rgb565"),
#("examples/lines_example.py", "tests/tempe/lines.rgb565"),
("examples/lines_example.py", "tests/tempe/lines.rgb565"),
]
for file, result in examples:
print(file, result)
Expand Down

0 comments on commit 8b5ffd6

Please sign in to comment.