Skip to content

Commit

Permalink
typo in unit test fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
sblunt committed Aug 12, 2024
1 parent 717eed8 commit f87b66f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_hipparcos.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ def test_save_load_2021():
myResults.load_results(filename)

filename = "tmp3.hdf5"
myResults.results.saveresults(filename)
myResults.saveresults(filename)

os.system("rm tmp*.hdf5")

Expand Down

0 comments on commit f87b66f

Please sign in to comment.