Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bookpanda committed Jun 22, 2024
1 parent ff1cb1a commit 46eb96a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions internal/auth/test/auth.service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,13 @@ package test
import (
"testing"

"github.com/golang/mock/gomock"
"github.com/stretchr/testify/suite"
"go.uber.org/zap"
)

type AuthServiceTest struct {
suite.Suite
controller *gomock.Controller
logger *zap.Logger
// controller *gomock.Controller
// logger *zap.Logger
}

func TestAuthService(t *testing.T) {
Expand Down

0 comments on commit 46eb96a

Please sign in to comment.