1
0
mirror of https://github.com/schollz/croc.git synced 2024-11-23 15:44:16 +03:00

fix test case name

This commit is contained in:
tnothy 2024-07-28 21:23:56 +02:00
parent 677f44da6d
commit 5a6f36626d

View File

@ -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)