Browse Source

fix py35 tests

Peter Rowlands 4 năm trước cách đây
mục cha
commit
f1bf2bb23b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      dulwich/tests/test_object_store.py

+ 1 - 1
dulwich/tests/test_object_store.py

@@ -103,7 +103,7 @@ class ObjectStoreTests(object):
             self.assertEqual(
                 [], self.store.determine_wants_all(refs, depth=1)
             )
-            m.assert_called()
+            m.assert_called_with(testobject.id)
             self.assertEqual(
                 [testobject.id], self.store.determine_wants_all(refs, depth=2)
             )