Skip to content

Commit

Permalink
FIX: wrong name in flight data importer assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
Gui-FernandesBR committed Nov 26, 2023
1 parent 3e4bb81 commit bddce53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_flight_data_importer.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def test_flight_importer_ndrt():
columns_map=columns_map,
units=units,
)
assert fd.name == "name"
assert fd.name == "NDRT Rocket team, 2020"
assert "time" in fd.columns, "Can't find 'time' column in fd.columns"
assert "altitude" in fd.columns, "Can't find 'altitude' column in fd.columns"
assert np.isclose(fd.altitude(0), 0)

0 comments on commit bddce53

Please sign in to comment.