Skip to content

Commit

Permalink
format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fmirus committed Oct 10, 2024
1 parent 565cfe1 commit b4780f9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/scenario_execution_docker_test/test/test_docker_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def setUp(self) -> None:
scenario_file="test.osc", output_dir=None)
self.tree = py_trees.composites.Sequence(name="", memory=True)
self.tmp_dir = tempfile.TemporaryDirectory()

def tearDown(self):
self.tmp_dir.cleanup()

Expand Down Expand Up @@ -98,4 +98,3 @@ def test_success_volume_mount(self):
emit end
""")
self.assertTrue(self.scenario_execution.process_results())

0 comments on commit b4780f9

Please sign in to comment.