Skip to content

Commit

Permalink
test_payload_executor: Update reg name
Browse files Browse the repository at this point in the history
Signed-off-by: Wiktoria Kuna <[email protected]>
  • Loading branch information
wkkuna committed Jan 2, 2025
1 parent 0935d6d commit eb70743
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_payload_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -1180,8 +1180,8 @@ def generator(dut, expected_cycle_count):
while not (yield dut.payload_executor.ready):
yield

start_cycle = yield dut.payload_executor.payload_exec_start
stop_cycle = yield dut.payload_executor.payload_exec_stop
start_cycle = yield dut.payload_executor.exec_start
stop_cycle = yield dut.payload_executor.exec_stop
yield

self.assertNotEqual(start_cycle, 0)
Expand Down

0 comments on commit eb70743

Please sign in to comment.