瀏覽代碼

Fix test.

Jelmer Vernooij 16 年之前
父節點
當前提交
eeaaa652fe
共有 1 個文件被更改,包括 1 次插入1 次删除
  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):
         o = ObjectStore("foo")
-        self.assertEquals("foo/pack", o.pack_dir())
+        self.assertEquals("foo/pack", o.pack_dir)
 
     def test_empty_packs(self):
         o = ObjectStore("foo")