Skip to content

Commit

Permalink
Fix unit test scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminPelletier committed Oct 30, 2023
1 parent db52237 commit b880e6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion monitoring/uss_qualifier/scenarios/interuss/unit_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ def run(self, context: ExecutionContext):
self.end_test_scenario()

def execute_unit_test(self):
self.run()
context = ExecutionContext(None)
self.run(context)
self.cleanup()
return self

0 comments on commit b880e6e

Please sign in to comment.