Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
domna committed Nov 2, 2023
1 parent a808fca commit 5d383c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dataconverter/test_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,4 +372,4 @@ def test_warning_on_root_attribute_overwrite(caplog):
assert error_text in caplog.text

assert "/@NX_class" in template.keys()
assert template["/@NX_class"] == "NXroot"
assert template["/@NX_class"] == "NXroot"

0 comments on commit 5d383c8

Please sign in to comment.