- up.
This commit is contained in:
12
business/partner/purchase/ebai/common_test.go
Normal file
12
business/partner/purchase/ebai/common_test.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package ebai
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestUpdatePlacese(t *testing.T) {
|
||||
err := new(PurchaseHandler).UpdatePlaces()
|
||||
if err != nil {
|
||||
t.Fatal(err.Error())
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user