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

Fixed one more unclear variable name

parent 73bbc073
No related branches found
No related tags found
1 merge request!73E3-286: module dep file recreation
Pipeline #102915 failed
......@@ -159,8 +159,8 @@ def test_updated_dependencies(wrappers):
rc, *_ = run_make(wrapper_main, "cellinstall", module_version=new_version)
assert rc == 0
rc, o, _ = run_ioc_get_output(
rc, outs, _ = run_ioc_get_output(
wrapper_main.name, new_version, wrapper_main.path / "cellMods"
)
assert rc == 0
assert f"Loaded {wrapper_dep.name} version {new_version}" in o
assert f"Loaded {wrapper_dep.name} version {new_version}" in outs
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