diff --git a/tests/unit/test_environment.py b/tests/unit/test_environment.py index 8504cee46..7a19d5850 100644 --- a/tests/unit/test_environment.py +++ b/tests/unit/test_environment.py @@ -94,7 +94,9 @@ def test_location_set_topographic_profile_computes_elevation( assert computed_elevation == theoretical_elevation -def test_environment_export_environment_exports_environment_json(example_spaceport_env, request): +def test_environment_export_environment_exports_environment_json( + example_spaceport_env, request +): """Tests the export_environment() method of the Environment class. Parameters