Skip to content

Commit

Permalink
sad
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarrosop committed Nov 11, 2024
1 parent 5d2b610 commit 4b07c87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go/controller/post_signin_idtoken_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ func TestPostSigninIdToken(t *testing.T) { //nolint:maintidx
db: func(ctrl *gomock.Controller) controller.DBClient {
mock := mock.NewMockDBClient(ctrl)

mock.EXPECT().GetUserByProviderID(
mock.EXPECT().GetUserByProviderID( //nolint:dupl
gomock.Any(),
sql.GetUserByProviderIDParams{
ProviderID: "google",
Expand Down Expand Up @@ -698,7 +698,7 @@ func TestPostSigninIdToken(t *testing.T) { //nolint:maintidx
db: func(ctrl *gomock.Controller) controller.DBClient {
mock := mock.NewMockDBClient(ctrl)

mock.EXPECT().GetUserByProviderID(
mock.EXPECT().GetUserByProviderID( //nolint:dupl
gomock.Any(),
sql.GetUserByProviderIDParams{
ProviderID: "google",
Expand Down

0 comments on commit 4b07c87

Please sign in to comment.