Skip to content

Commit

Permalink
fix the "branch fetch" test by forcing no strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
amtoine committed Apr 28, 2024
1 parent 098b08e commit b260534
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/nu-git-manager-sugar/tests/git.nu
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export def branch-fetch [] {

do {
cd $bar
gm repo branch fetch $"file://($foo)" foo
gm repo branch fetch $"file://($foo)" foo --strategy none

assert simple-git-tree-equal [
"(foo) c2",
Expand All @@ -159,7 +159,7 @@ export def branch-fetch [] {

do {
cd $bar
gm repo branch fetch $"file://($foo)" foo
gm repo branch fetch $"file://($foo)" foo --strategy none

assert simple-git-tree-equal [
"(foo) c4",
Expand All @@ -176,7 +176,7 @@ export def branch-fetch [] {

do {
cd $bar
gm repo branch fetch $"file://($foo)" foo
gm repo branch fetch $"file://($foo)" foo --strategy none

assert simple-git-tree-equal --extra-revs ["FETCH_HEAD"] [
"c6",
Expand Down

0 comments on commit b260534

Please sign in to comment.