feat: update
This commit is contained in:
@@ -5,7 +5,7 @@ import (
|
||||
"encoding/json"
|
||||
"testing"
|
||||
|
||||
"quyun/app/models"
|
||||
"quyun/app/model"
|
||||
"quyun/app/service/testx"
|
||||
|
||||
"github.com/go-pay/gopay/wechat/v3"
|
||||
@@ -30,7 +30,7 @@ type WechatPayNotifySuite struct {
|
||||
}
|
||||
|
||||
func Test_WechatPayNotify(t *testing.T) {
|
||||
providers := testx.Default().With(Provide, models.Provide)
|
||||
providers := testx.Default().With(Provide, model.Provide)
|
||||
|
||||
testx.Serve(providers, t, func(p WechatPayNotifySuiteInjectParams) {
|
||||
suite.Run(t, &WechatPayNotifySuite{WechatPayNotifySuiteInjectParams: p})
|
||||
|
||||
Reference in New Issue
Block a user