feat: update toolchain
This commit is contained in:
@@ -6,7 +6,6 @@ import (
|
||||
|
||||
"quyun/app/service/testx"
|
||||
"quyun/database"
|
||||
"quyun/database/table"
|
||||
|
||||
. "github.com/smartystreets/goconvey/convey"
|
||||
"go.ipao.vip/atom/contracts"
|
||||
@@ -38,6 +37,6 @@ func Test_Orders(t *testing.T) {
|
||||
|
||||
func (s *OrdersTestSuite) Test_Demo() {
|
||||
Convey("Test_Demo", s.T(), func() {
|
||||
database.Truncate(context.Background(), db, table.Orders.TableName())
|
||||
database.Truncate(context.Background(), db, tblOrders.TableName())
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user