Skip to content

Commit

Permalink
fix util test
Browse files Browse the repository at this point in the history
  • Loading branch information
jwreep committed Dec 17, 2024
1 parent 43f43c0 commit f6a70b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fiasco/util/tests/test_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def test_parse_ion_name(ion_name):
def test_get_chianti_catalog(ascii_dbase_root):
catalog = get_chianti_catalog(ascii_dbase_root)
keys = ['abundance_files',
'ionization_files',
'ioneq_files',
'ip_files',
'continuum_files',
'ion_files']
Expand Down

0 comments on commit f6a70b7

Please sign in to comment.