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