Skip to content

Commit

Permalink
TST: Addresses review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielBarberini committed Mar 9, 2024
1 parent d5a0e70 commit f4f658c
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 @@ -107,7 +107,7 @@ def test_environment_export_environment_exports_valid_environment_json(
example_spaceport_env : rocketpy.Environment
"""
# Check file creation
assert example_spaceport_env.export_environment(filename="environment") == None
assert example_spaceport_env.export_environment(filename="environment") is None
with open("environment.json", "r") as json_file:
exported_env = json.load(json_file)
assert os.path.isfile("environment.json")
Expand Down

0 comments on commit f4f658c

Please sign in to comment.