mirror of https://github.com/rq/rq.git
Add arg to test case.
This commit is contained in:
parent
fc5097ce7a
commit
159eba6df2
|
@ -87,7 +87,7 @@ class TestQueue(RQTestCase):
|
|||
# Override testjob spec holds which queue
|
||||
q = Queue('different-queue')
|
||||
self.assertEquals(q.empty, True)
|
||||
testjob.enqueue(q)
|
||||
testjob.enqueue(q, 'Nick')
|
||||
self.assertEquals(q.empty, False)
|
||||
self.assertQueueContains(q, testjob)
|
||||
|
||||
|
|
Loading…
Reference in New Issue