Skip to content

Commit

Permalink
Removed redundant tick
Browse files Browse the repository at this point in the history
  • Loading branch information
tilk committed Nov 18, 2024
1 parent 6ce0c9d commit f43258d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/transactron/testing/test_validate_arguments.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ def elaborate(self, platform):
class TestValidateArguments(TestCaseWithSimulator):
def control_caller(self, caller: TestbenchIO, method: TestbenchIO):
async def process(sim: TestbenchContext):
await sim.tick()
await sim.tick()
for _ in range(100):
val = random.randrange(2)
Expand Down

0 comments on commit f43258d

Please sign in to comment.