Skip to content

Commit

Permalink
fix error in test
Browse files Browse the repository at this point in the history
  • Loading branch information
schmichael committed Oct 4, 2021
1 parent 04eeeb2 commit d39dd15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get_git_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ func TestGitGetter_shallowCloneWithTag(t *testing.T) {
}

// Verify the v1.1 file does not exists
mainPath := filepath.Join(dst, "v1.1.txt")
mainPath = filepath.Join(dst, "v1.1.txt")
if _, err := os.Stat(mainPath); err == nil {
t.Fatalf("expected v1.1 file to not exist")
}
Expand Down

0 comments on commit d39dd15

Please sign in to comment.