summaryrefslogtreecommitdiffstats
path: root/hugolib/configdir_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'hugolib/configdir_test.go')
-rw-r--r--hugolib/configdir_test.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/hugolib/configdir_test.go b/hugolib/configdir_test.go
index 559de6b22..032cb4e26 100644
--- a/hugolib/configdir_test.go
+++ b/hugolib/configdir_test.go
@@ -1,4 +1,4 @@
-// Copyright 2023 The Hugo Authors. All rights reserved.
+// Copyright 2024 The Hugo Authors. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -16,7 +16,6 @@ package hugolib
import "testing"
func TestConfigDir(t *testing.T) {
-
t.Parallel()
files := `
@@ -51,5 +50,4 @@ Params: map[a:acp1 b:bc1 c:c1 d:dcp1]
`)
-
}