fix net_test.go

pull/265/head
Jean Kahrs 9 years ago
parent 98a0a30dca
commit d6f5a9e920

@ -50,7 +50,7 @@ func TestNetConnectionStatString(t *testing.T) {
Fd: 10,
Family: 10,
Type: 10,
Uids: []int32{10, 10}
Uids: []int32{10, 10},
}
e := `{"fd":10,"family":10,"type":10,"localaddr":{"ip":"","port":0},"remoteaddr":{"ip":"","port":0},"status":"","uids":[10,10],"pid":0}`
if e != fmt.Sprintf("%v", v) {

Loading…
Cancel
Save