Skip to content

Commit

Permalink
Merge pull request #766 from tnothy/fix-restore-ignored-test
Browse files Browse the repository at this point in the history
fix test case name
  • Loading branch information
schollz authored Jul 29, 2024
2 parents 677f44d + 5a6f366 commit dccd6fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/croc/croc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ func TestCrocSymlink(t *testing.T) {
t.Errorf("symlink transfer failed: %s", err.Error())
}
}
func testCrocIgnoreGit(t *testing.T) {
func TestCrocIgnoreGit(t *testing.T) {
log.SetLevel("trace")
defer os.Remove(".gitignore")
time.Sleep(300 * time.Millisecond)
Expand Down

0 comments on commit dccd6fe

Please sign in to comment.