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