Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
rowleya authored Oct 22, 2024
1 parent 19cc427 commit 43c6b7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gfe_integration_tests/test_rte/test_rte_during_run_forever.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ def start():
"test_rte_during_run.aplx",
ExecutableType.USES_SIMULATION_INTERFACE))
s.add_socket_address(None, "localhost", conn.local_port)
s.run(None)
with pytest.raises(ExecutableFailedToStopException):
s.stop()
s.run(None)
s.stop()

def test_rte_during_run_forever(self):
self.runsafe(self.check_rte_during_run_forever)

0 comments on commit 43c6b7a

Please sign in to comment.