From f5efdb1980961631b5bf887fc1301cc3e70b7625 Mon Sep 17 00:00:00 2001 From: kakcy Date: Wed, 22 Jan 2025 12:53:10 +0900 Subject: [PATCH] refactor: make mockgen --- pkg/notification/storage/v2/admin_subscription_test.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkg/notification/storage/v2/admin_subscription_test.go b/pkg/notification/storage/v2/admin_subscription_test.go index 1960aeef6..b1e60b5ce 100644 --- a/pkg/notification/storage/v2/admin_subscription_test.go +++ b/pkg/notification/storage/v2/admin_subscription_test.go @@ -19,12 +19,13 @@ import ( "errors" "testing" + "github.com/stretchr/testify/assert" + "go.uber.org/mock/gomock" + "github.com/bucketeer-io/bucketeer/pkg/notification/domain" "github.com/bucketeer-io/bucketeer/pkg/storage/v2/mysql" "github.com/bucketeer-io/bucketeer/pkg/storage/v2/mysql/mock" proto "github.com/bucketeer-io/bucketeer/proto/notification" - "github.com/stretchr/testify/assert" - "go.uber.org/mock/gomock" ) func TestNewAdminSubscriptionStorage(t *testing.T) {