Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
alinelena committed Apr 3, 2024
1 parent e499355 commit 05c827f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ def test_stats():
assert s.columns == 18
assert s.units[0] == ""
assert s.units[17] == "[K]"
assert s.units[0] == "Steps"
assert s.units[0] == "Step"
assert s.units[17] == "T*"

0 comments on commit 05c827f

Please sign in to comment.