Skip to content

Commit

Permalink
try fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
twd2 committed Apr 2, 2017
1 parent f040b0a commit 244ec64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vj4/test/test_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
EPS = 10 ** (-5)


class RecordTestCase(base.QueueTestCase):
class RecordTestCase(base.BusTestCase, base.QueueTestCase):
async def init_record(self):
self.pid1 = await problem.add(DOMAIN_ID, 'a+b', 'calc a+b', OWNER_UID)
self.pid2 = await problem.add(DOMAIN_ID, 'a-b', 'calc a-b', OWNER_UID)
Expand Down

0 comments on commit 244ec64

Please sign in to comment.