Skip to content
Snippets Groups Projects
Commit 763b336f authored by Jan David Mol's avatar Jan David Mol
Browse files

Task #8437: Fixed name of mock Slurm method

parent 716edde5
No related branches found
No related tags found
No related merge requests found
......@@ -101,7 +101,7 @@ class TestPipelineControl(unittest.TestCase):
def __init__(self, *args, **kwargs):
self.scheduled_jobs = {}
def schedule(self, jobName, *args, **kwargs):
def submit(self, jobName, *args, **kwargs):
print "Schedule SLURM job '%s': %s, %s" % (jobName, args, kwargs)
self.scheduled_jobs[jobName] = (args, kwargs)
......
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