mirror of
https://github.com/schollz/croc.git
synced 2024-11-23 23:54:17 +03:00
fix test case name
This commit is contained in:
parent
677f44da6d
commit
5a6f36626d
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user