Skip to content

Commit

Permalink
Update tests/dataconverter/test_helpers.py
Browse files Browse the repository at this point in the history
Co-authored-by: Florian Dobener <[email protected]>
  • Loading branch information
sherjeelshabih and domna authored Sep 15, 2023
1 parent 6e1c585 commit 8718b81
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/dataconverter/test_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,6 @@ def test_validate_data_dict(data_dict, error_message, template, nxdl_root, reque
else:
with pytest.raises(Exception) as execinfo:
helpers.validate_data_dict(template, data_dict, nxdl_root)
print(execinfo.value)
assert (error_message) == str(execinfo.value)


Expand Down

0 comments on commit 8718b81

Please sign in to comment.