Skip to content

Commit 27692eb

Browse files
committed
fix tests
1 parent d37441d commit 27692eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/checkout.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ setup() {
8888

8989
stub ssh-keyscan "* : echo 'keyscan'"
9090
stub git "clean * : echo 'git clean'"
91-
stub git "fetch --depth 1 --prune --verbose origin * : echo 'git fetch with flags'"
91+
stub git "fetch --prune --verbose --depth 1 origin * : echo 'git fetch with flags'"
9292
stub git "sparse-checkout set * * : echo 'git sparse-checkout'"
9393
stub git "checkout * : echo 'checkout'"
9494

0 commit comments

Comments
 (0)