Skip to content

Commit

Permalink
return archive dict in testing function
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspie committed Oct 14, 2024
1 parent c20e797 commit b3ccd76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_nomad_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
)
def test_parse_nomad_examples(mainfile):
"""Test if NOMAD examples work."""
parse_nomad_examples(mainfile)
archive_dict = parse_nomad_examples(mainfile)


@pytest.mark.parametrize(
Expand Down

0 comments on commit b3ccd76

Please sign in to comment.