This commit is contained in:
邹宗楠
2022-08-25 10:35:33 +08:00
parent 3e064cf976
commit 74b18e1d4f
3 changed files with 8 additions and 8 deletions

View File

@@ -11,7 +11,7 @@ func TestGetUsers(t *testing.T) {
conte := make(map[string]string, 0)
if err := json.Unmarshal([]byte(aa), conte); err != nil {
if err := json.Unmarshal([]byte(aa), &conte); err != nil {
t.Fatal(err)
}