소스 검색

test: include --all flag in branch column test

xifOO 4 달 전
부모
커밋
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"]