From b3ccd7670d70029abd9490e065b9a9dea616ac27 Mon Sep 17 00:00:00 2001 From: Lukas Pielsticker <50139597+lukaspie@users.noreply.github.com> Date: Mon, 14 Oct 2024 16:43:25 +0200 Subject: [PATCH] return archive dict in testing function --- tests/test_nomad_examples.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_nomad_examples.py b/tests/test_nomad_examples.py index 5f613b6..50af88d 100644 --- a/tests/test_nomad_examples.py +++ b/tests/test_nomad_examples.py @@ -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(