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) {