Skip to content

Commit

Permalink
Fixed unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mgermain committed Dec 4, 2014
1 parent 31ef30b commit 9ee1815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smartdispatch/tests/test_job_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ class TestHeliosQueue(unittest.TestCase):

def setUp(self):
self.commands = ["echo 1", "echo 2", "echo 3", "echo 4"]
self.queue = Queue("maint", "helios")
self.queue = Queue("gpu_8", "helios")

self.env_val = 'RAP'

Expand Down

0 comments on commit 9ee1815

Please sign in to comment.