Jelmer Vernooij il y a 17 ans
Parent
commit
9f9f0b8d7c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      dulwich/tests/test_object_store.py

+ 1 - 1
dulwich/tests/test_object_store.py

@@ -24,7 +24,7 @@ class ObjectStoreTests(TestCase):
 
 
     def test_pack_dir(self):
     def test_pack_dir(self):
         o = ObjectStore("foo")
         o = ObjectStore("foo")
-        self.assertEquals("foo/pack", o.pack_dir())
+        self.assertEquals("foo/pack", o.pack_dir)
 
 
     def test_empty_packs(self):
     def test_empty_packs(self):
         o = ObjectStore("foo")
         o = ObjectStore("foo")