2
0
Эх сурвалжийг харах

test: include --all flag in branch column test

xifOO 4 сар өмнө
parent
commit
45e0c659da
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      tests/test_cli.py

+ 1 - 1
tests/test_cli.py

@@ -643,7 +643,7 @@ class BranchCommandTest(DulwichCliTestCase):
         self._run_cli("branch", "feature-3")
 
         # Run branch --column
-        result, stdout, stderr = self._run_cli("branch", "--column")
+        result, stdout, stderr = self._run_cli("branch", "--all", "--column")
         self.assertEqual(result, 0)
 
         expected = ["feature-1", "feature-2", "feature-3"]