Skip to content

Commit

Permalink
TST: Rollback teardown logic in unit env test
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielBarberini committed Mar 7, 2024
1 parent e2ef071 commit 1ca6b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def test_environment_export_environment_exports_environment_json(
"""
assert example_spaceport_env.export_environment(filename="environment") == None
assert os.path.isfile("environment.json")
request.addfinalizer(os.remove("environment.json"))
os.remove("environment.json")


def test_geodesic_coordinate_geodesic_to_utm_converts_coordinate():
Expand Down

0 comments on commit 1ca6b77

Please sign in to comment.