1
1
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 05:11:06 +02: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()) t.Errorf("symlink transfer failed: %s", err.Error())
} }
} }
func testCrocIgnoreGit(t *testing.T) { func TestCrocIgnoreGit(t *testing.T) {
log.SetLevel("trace") log.SetLevel("trace")
defer os.Remove(".gitignore") defer os.Remove(".gitignore")
time.Sleep(300 * time.Millisecond) time.Sleep(300 * time.Millisecond)