Skip to content
Snippets Groups Projects
Commit d92c77fc authored by Simon Rose's avatar Simon Rose
Browse files

Clarified test

parent 86e6e2aa
No related branches found
No related tags found
1 merge request!83E3-752: Fetch dependencies recursively
Pipeline #110060 passed
...@@ -186,7 +186,7 @@ def test_automated_dependency(wrappers): ...@@ -186,7 +186,7 @@ def test_automated_dependency(wrappers):
contents = f.readlines() contents = f.readlines()
assert len(contents) == 2 assert len(contents) == 2
assert contents[0].startswith("#") assert contents[0].strip() == "# Generated file. Do not edit."
assert f"{wrapper_b.name} {module_version}" == contents[1] assert f"{wrapper_b.name} {module_version}" == contents[1]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment