8 lines
123 B
Go
8 lines
123 B
Go
package delivery
|
|
|
|
import "testing"
|
|
|
|
func TestRider(t *testing.T) {
|
|
GetOrderRiderInfoToPlatform("144228632526740576", 0)
|
|
}
|