Commit 2a30103b by Fábián János

during migration, asnyc was replaced by _async

parent 5dea1aec
......@@ -34,7 +34,7 @@ class OperationTestCase(TestCase):
with patch.object(Operation, 'check_precond'):
with patch.object(Operation, 'create_activity') as create_act:
try:
op.async(system=True)
op._async(system=True)
except AbortEx:
self.assertTrue(create_act.called)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment