Skip to content
Snippets Groups Projects
Commit ad229a5e authored by John Chilton's avatar John Chilton
Browse files

Fix test case for 3d05e473.

parent e910d635
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ def test_libdrmaa_config():
pip_calls = config.pip.main_calls
assert len(pip_calls) == 1
assert pip_calls[0] == ("install", "drmaa"), pip_calls
assert pip_calls[0] == (["install", "drmaa"],), pip_calls
finally:
config.pip = real_pip
......
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