1
This commit is contained in:
@@ -51,7 +51,7 @@ func TestGetOAuthCode(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestPreparationMealComplete(t *testing.T) {
|
||||
api.PreparationMealComplete(1100657633926494664)
|
||||
api.PreparationMealComplete(900658760944919842)
|
||||
}
|
||||
|
||||
func TestGetAccessToken(t *testing.T) {
|
||||
|
||||
@@ -19,7 +19,7 @@ func TestOrderViewStatus(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestOrderGetOrderDetail(t *testing.T) {
|
||||
result, err := api.OrderGetOrderDetail(1100496043552579025, false)
|
||||
result, err := api.OrderGetOrderDetail(900658760944919842, false)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user