Skip to content

Commit

Permalink
check
Browse files Browse the repository at this point in the history
  • Loading branch information
tomokazu tantaka committed Oct 16, 2024
1 parent 4af3253 commit 7ec5203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion account/accountusecase/accountinteractor/user_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func TestUser_VerifyUser(t *testing.T) {
u, err := uc.VerifyUser(ctx, tt.code)

if tt.wantUser != nil {
// assert.Equal(t, tt.wantUser(u), u)
assert.Equal(t, tt.wantUser(u), u)
} else {
assert.Nil(t, u)
}
Expand Down

0 comments on commit 7ec5203

Please sign in to comment.