修改代码
This commit is contained in:
@@ -20,7 +20,7 @@ func init() {
|
||||
api.Init()
|
||||
}
|
||||
|
||||
func Test_GetOrder(t *testing.T) {
|
||||
func TestGetOrder(t *testing.T) {
|
||||
orderID := "3025427524410871880"
|
||||
order, err := new(OrderController).GetOrder(orderID)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user