aboutsummaryrefslogtreecommitdiff
path: root/core/assets/path_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/assets/path_test.go')
-rw-r--r--core/assets/path_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/assets/path_test.go b/core/assets/path_test.go
index 50e8841d9..6f2c0bfb7 100644
--- a/core/assets/path_test.go
+++ b/core/assets/path_test.go
@@ -7,6 +7,6 @@ import (
func TestPath(t *testing.T) {
if actual := Path(); !strings.HasSuffix(actual, ".coredns") {
- t.Errorf("Expected path to be a .caddy folder, got: %v", actual)
+ t.Errorf("Expected path to be a .coredns folder, got: %v", actual)
}
}