ysf red
This commit is contained in:
parent
eded0a5a1f
commit
2a21ea4782
|
@ -74,8 +74,6 @@ func TestOrder(t *testing.T) {
|
||||||
t.Errorf("Order() error = %v", err)
|
t.Errorf("Order() error = %v", err)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
fmt.Printf("request order:%+v \n", request.Order)
|
|
||||||
fmt.Printf("request product:%+v \n", request.Product)
|
|
||||||
fmt.Printf("got:%+v \n", got)
|
fmt.Printf("got:%+v \n", got)
|
||||||
assert.Equal(t, int(proto.Status_ING), int(got.Result.Status))
|
assert.Equal(t, int(proto.Status_ING), int(got.Result.Status))
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue