Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaehne committed Jun 3, 2021
1 parent f6fc3ca commit 6d4de2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hyperspy/tests/io/test_ripple.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
def test_write_unsupported_data_shape():
data = np.arange(5 * 10 * 15 * 20).reshape((5, 10, 15, 20))
s = signals.Signal1D(data)
with pytest.raises(IOError):
with pytest.raises(TypeError):
s.save('test_write_unsupported_data_shape.rpl')


Expand Down

0 comments on commit 6d4de2a

Please sign in to comment.