Skip to content

Commit

Permalink
Update test.py - Forgot a closing parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
FavoritoHJS authored Aug 28, 2024
1 parent 6911a52 commit 38c700b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ async def test_project(dut):
dut.rst_n.value = 1

dut._log.info("Test project behavior")
for framenum in range(1:
for framenum in range(1):
dut._log.info(f"Rendering frame {framenum}.")
frame = []
for i in range(525):
Expand Down

0 comments on commit 38c700b

Please sign in to comment.