Skip to content

Commit

Permalink
Update the name used in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
WardLT committed Feb 26, 2024
1 parent 2f6f987 commit 85c52ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/schemas/test_eis.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def test_consistency(example_df):
example_df['z_imag'] *= 2
with raises(ValueError) as e:
EISData.validate_dataframe(example_df)
assert 'imaginary' in str(e.value)
assert 'imag' in str(e.value)

example_df['z_real'] *= 2
with raises(ValueError) as e:
Expand Down

0 comments on commit 85c52ac

Please sign in to comment.