Skip to content

Commit

Permalink
refactor: make mockgen
Browse files Browse the repository at this point in the history
  • Loading branch information
kakcy committed Jan 22, 2025
1 parent c6f4aae commit f5efdb1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkg/notification/storage/v2/admin_subscription_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit f5efdb1

Please sign in to comment.