summaryrefslogtreecommitdiff
path: root/config/reader_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'config/reader_test.go')
-rw-r--r--config/reader_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/reader_test.go b/config/reader_test.go
index 51269ea..933e388 100644
--- a/config/reader_test.go
+++ b/config/reader_test.go
@@ -27,7 +27,7 @@ func ExampleResolveIncludes() {
// Output: [varF varD varE varB varC varA]
}
-func TestReadConfig_ErrorsOnUnknownYAML(t *testing.T) {
+func TestReadConfigErrorsOnUnknownYAML(t *testing.T) {
_, err := config.ReadConfig([]byte(`---
version: v1
newphone: whodis
@@ -41,7 +41,7 @@ func TestReadConfig_ErrorsOnUnknownYAML(t *testing.T) {
)
}
-func TestReadConfig_ValidateVersionBeforeStrictUnmarshal(t *testing.T) {
+func TestReadConfigValidateVersionBeforeStrictUnmarshal(t *testing.T) {
_, err := config.ReadConfig([]byte(`---
version: foo
newphone: whodis