Skip to content

Commit

Permalink
Update specutils/tests/test_loaders.py
Browse files Browse the repository at this point in the history
Co-Authored-By: hamogu <moritz.guenther@gmx.de>
  • Loading branch information
nmearl and hamogu committed May 2, 2019
1 parent d0209bb commit 5f3020d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specutils/tests/test_loaders.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def test_spectrumlist_GMOSfits(remote_data_path, caplog):

logmsg = caplog.record_tuples[0]
assert logmsg[1] == logging.WARN
assert "Assuming the axis 0 labelled 'linear' is spectral" in logmsg[2]
assert "Assuming the axis 0 labeled 'linear' is spectral" in logmsg[2]



Expand Down

0 comments on commit 5f3020d

Please sign in to comment.