Skip to content
Snippets Groups Projects
Commit 9f6e57ae authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

TST: adjust test (types no longer change)

parent b140f848
No related branches found
No related tags found
2 merge requests!160STY: styling,!126Transformers
Pipeline #45645 passed
...@@ -360,7 +360,7 @@ def test_variable_replacement(): ...@@ -360,7 +360,7 @@ def test_variable_replacement():
"collection_mode": "multiproperty"}, values) == ("68", "multiproperty") "collection_mode": "multiproperty"}, values) == ("68", "multiproperty")
assert handle_value(["a", "b"], values) == (["a", "b"], "single") assert handle_value(["a", "b"], values) == (["a", "b"], "single")
assert handle_value(["$a", "$b"], values) == (["4", "68"], "single") assert handle_value(["$a", "$b"], values) == ([4, "68"], "single")
def test_filter_children_of_directory(converter_registry, capsys): def test_filter_children_of_directory(converter_registry, capsys):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment