This commit is contained in:
李子铭 2024-12-10 14:43:24 +08:00
parent eded0a5a1f
commit 2a21ea4782
1 changed files with 0 additions and 2 deletions

View File

@ -74,8 +74,6 @@ func TestOrder(t *testing.T) {
t.Errorf("Order() error = %v", err)
return
}
fmt.Printf("request order:%+v \n", request.Order)
fmt.Printf("request product:%+v \n", request.Product)
fmt.Printf("got:%+v \n", got)
assert.Equal(t, int(proto.Status_ING), int(got.Result.Status))
})