Skip to content

Commit

Permalink
fix metainfo tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspie committed Nov 11, 2024
1 parent 012dc6d commit 7ba17fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/nomad/test_metainfo_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
@pytest.mark.parametrize(
"path,value",
[
pytest.param("name", "nexus"),
pytest.param("name", "pynxtools.nomad.schema"),
pytest.param("NXobject.name", "NXobject"),
pytest.param(rename_nx_for_nomad("NXentry") + ".nx_kind", "group"),
pytest.param(rename_nx_for_nomad("NXdetector") + ".real_time__field", "*"),
Expand Down

0 comments on commit 7ba17fb

Please sign in to comment.