Browse Source

Fix test.

Jelmer Vernooij 3 năm trước cách đây
mục cha
commit
5e6215e1d0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      dulwich/tests/test_porcelain.py

+ 1 - 1
dulwich/tests/test_porcelain.py

@@ -2834,4 +2834,4 @@ class MergeBaseTests(PorcelainTestCase):
         c1, c2, c3, c4 = build_commit_graph(
                 self.repo.object_store, [[1], [2, 1], [3, 1, 2], [4, 1]])
         self.assertEqual(
-            c1.id, porcelain.merge_base(self.repo, [c3.id, c4.id]))
+            [c1.id], porcelain.merge_base(self.repo, [c3.id, c4.id]))