4823: Remove sync_mode() from Collection in favor of writable() flag.
[arvados.git] / sdk / python / tests / test_sdk.py
index 3436a07a4752553fdadde6ef2163db7c11a6472f..9b9f3fccef4d1ba642edeefe90afc0f1ca2ef6c4 100644 (file)
@@ -40,4 +40,3 @@ class TestSDK(unittest.TestCase):
         # it should now create only one job task and not three.
         arvados.job_setup.one_task_per_input_file(and_end_task=False)
         mock_api('v1').job_tasks().create().execute.assert_called_once_with()
-