diff --git a/config_test.go b/config_test.go index dcea584..08e3875 100644 --- a/config_test.go +++ b/config_test.go @@ -457,7 +457,7 @@ func TestTwoQuote(t *testing.T) { } if want != config { t.Fatalf(` -Could not parse config correctly with quotes inside correctly. +Could not parse config with multiple quotes correctly. expected: %#v got: %#v`, want, config) }