summaryrefslogtreecommitdiff
path: root/internal/configuration/template_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/configuration/template_test.go')
-rw-r--r--internal/configuration/template_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/configuration/template_test.go b/internal/configuration/template_test.go
index aab4b26ae..909b85b9d 100644
--- a/internal/configuration/template_test.go
+++ b/internal/configuration/template_test.go
@@ -25,7 +25,7 @@ func TestShouldGenerateConfiguration(t *testing.T) {
assert.NoError(t, err)
}
-func TestNotShouldGenerateConfigurationifExists(t *testing.T) {
+func TestNotShouldGenerateConfigurationIfExists(t *testing.T) {
dir := t.TempDir()
cfg := filepath.Join(dir, "config.yml")