From 5a6f36626dd3637740569755054d09683a058f37 Mon Sep 17 00:00:00 2001 From: tnothy <29799259+tnothy@users.noreply.github.com> Date: Sun, 28 Jul 2024 21:23:56 +0200 Subject: [PATCH] fix test case name --- src/croc/croc_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/croc/croc_test.go b/src/croc/croc_test.go index 84c80bf0a..80795c314 100644 --- a/src/croc/croc_test.go +++ b/src/croc/croc_test.go @@ -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)