summaryrefslogtreecommitdiffstats
path: root/tests/test_subcmds_sync.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_subcmds_sync.py')
-rw-r--r--tests/test_subcmds_sync.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_subcmds_sync.py b/tests/test_subcmds_sync.py
index c1d1758e..aad713f2 100644
--- a/tests/test_subcmds_sync.py
+++ b/tests/test_subcmds_sync.py
@@ -42,4 +42,4 @@ def test_get_current_branch_only(use_superproject, cli_args, result):
42 opts, _ = cmd.OptionParser.parse_args(cli_args) 42 opts, _ = cmd.OptionParser.parse_args(cli_args)
43 43
44 with mock.patch('git_superproject.UseSuperproject', return_value=use_superproject): 44 with mock.patch('git_superproject.UseSuperproject', return_value=use_superproject):
45 assert cmd._GetCurrentBranchOnly(opts) == result 45 assert cmd._GetCurrentBranchOnly(opts, cmd.manifest) == result