rename TestReadConfig to Test_decode

pull/4924/head
josedonizetti 2019-07-30 15:22:57 -03:00
parent f2172a8ea8
commit f9e00f4195
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ var configTestCases = []configTestCase{
},
}
func TestReadConfig(t *testing.T) {
func Test_decode(t *testing.T) {
for _, tt := range configTestCases {
r := bytes.NewBufferString(tt.data)
config, err := decode(r)