Skip to content
Snippets Groups Projects
Commit 0088fd08 authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

TEST: Fix some other tests

parent 36889e74
No related branches found
No related tags found
No related merge requests found
...@@ -654,7 +654,7 @@ def test_fslwrapper_submit(): ...@@ -654,7 +654,7 @@ def test_fslwrapper_submit():
jid = test_func(1, 2, submit=True) jid = test_func(1, 2, submit=True)
assert jid == ('12345',) assert jid == '12345'
stdout, stderr = fslsub.output('12345') stdout, stderr = fslsub.output('12345')
...@@ -665,7 +665,7 @@ def test_fslwrapper_submit(): ...@@ -665,7 +665,7 @@ def test_fslwrapper_submit():
jid = test_func(1, 2, submit=kwargs) jid = test_func(1, 2, submit=kwargs)
assert jid == ('12345',) assert jid == '12345'
stdout, stderr = fslsub.output('12345') stdout, stderr = fslsub.output('12345')
......
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