Skip to content

Commit 9307648

Browse files
author
Matt George
committed
fixed a print statement in test_jobs
1 parent 6310095 commit 9307648

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_jobs.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ def test_reserve(self):
66
job = Job.reserve('basic', self.resq)
77
assert job._queue == 'basic'
88
assert job._payload
9-
print job._payload
109
assert job._payload == {'class':'tests.Basic','args':['test1']}
1110

1211
def test_perform(self):

0 commit comments

Comments
 (0)