Skip to content

Commit

Permalink
typo fix in nomad entrypoint test
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspie committed Oct 14, 2024
1 parent 8c9e2a5 commit 280c61b
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 @@ -38,7 +38,7 @@


@pytest.mark.parametrize(
"mainfile", get_file_parameter("src/pynxtools_apm/nomad/examples")
"mainfile", get_file_parameter("src/pynxtools_em/nomad/examples")
)
def test_parse_nomad_examples(mainfile):
"""Test if NOMAD examples work."""
Expand Down

0 comments on commit 280c61b

Please sign in to comment.