Skip to content

Commit

Permalink
Fix reset test
Browse files Browse the repository at this point in the history
  • Loading branch information
arneboockmeyer committed Jun 27, 2024
1 parent ad2e959 commit 71ed295
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/interlocking_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ def test_reset():

interlocking.print_state()
route_2 = topologyhelper.get_route_by_signal_names(topology, "60ES2", "60AS3")
route_2.maximum_speed = 30 # Remove overlap from this route through the station
asyncio.run(interlockinghelper.set_route(interlocking, route_2, True, "RB102"))

interlockinghelper.test_track(interlocking, "94742-0", "RB101", OccupancyState.RESERVED)
Expand Down

0 comments on commit 71ed295

Please sign in to comment.