diff options
Diffstat (limited to 'core/assets/path_test.go')
-rw-r--r-- | core/assets/path_test.go | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/core/assets/path_test.go b/core/assets/path_test.go deleted file mode 100644 index 6f2c0bfb7..000000000 --- a/core/assets/path_test.go +++ /dev/null @@ -1,12 +0,0 @@ -package assets - -import ( - "strings" - "testing" -) - -func TestPath(t *testing.T) { - if actual := Path(); !strings.HasSuffix(actual, ".coredns") { - t.Errorf("Expected path to be a .coredns folder, got: %v", actual) - } -} |