rename TestGet to Test_get

pull/4946/head
josedonizetti 2019-07-30 15:23:35 -03:00 committed by Medya Gh
parent 6d8e33097c
commit 2614069b43
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ func Test_decode(t *testing.T) {
}
}
func TestGet(t *testing.T) {
func Test_get(t *testing.T) {
cfg := `{
"key": "val"
}`