forget to add.
This commit is contained in:
parent
b0c9f81246
commit
64f1a93c00
|
@ -33,7 +33,6 @@ func TestUsers(t *testing.T) {
|
||||||
}
|
}
|
||||||
empty := UserStat{}
|
empty := UserStat{}
|
||||||
for _, u := range v {
|
for _, u := range v {
|
||||||
fmt.Println(u)
|
|
||||||
if u == empty {
|
if u == empty {
|
||||||
t.Errorf("Could not Users %v", v)
|
t.Errorf("Could not Users %v", v)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue