Skip to content

Commit

Permalink
typo correction
Browse files Browse the repository at this point in the history
  • Loading branch information
GinzburgLev committed Jan 27, 2025
1 parent 342476d commit 8765fa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dataconverter/test_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def test_data_dict_attr_with_no_field(caplog, data_dict):
validate_dict_against("NXtest", data_dict)[0]
assert (
caplog.text
== "WARNING: There were attributes set for the field /ENTRY[my_entry]/NXODD_name[nxodd_name]/float_value, but the field does not exist."
== "There were attributes set for the field /ENTRY[my_entry]/NXODD_name[nxodd_name]/float_value, but the field does not exist."
)


Expand Down

0 comments on commit 8765fa2

Please sign in to comment.