Skip to content

Commit 33291c4

Browse files
committed
fix lint
1 parent f7f6e6a commit 33291c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/user/user_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ func TestUserEmails(t *testing.T) {
6868
return
6969
}
7070
require.NotNil(t, user)
71-
assert.EqualValues(t, uid, user.ID)
71+
assert.Equal(t, uid, user.ID)
7272
}
7373
cases := []struct {
7474
Email string

0 commit comments

Comments
 (0)