chore(deps): remove dependencies from handler package
This commit is contained in:
@@ -86,7 +86,7 @@ func TestSignIn(t *testing.T) {
|
||||
t.Parallel()
|
||||
|
||||
mockAuthDb := mocks.NewMockAuthDb(t)
|
||||
mockAuthDb.EXPECT().GetUser("test").Return(nil, db.ErrUserNotFound)
|
||||
mockAuthDb.EXPECT().GetUser("test").Return(nil, db.ErrNotFound)
|
||||
mockRandom := mocks.NewMockRandomService(t)
|
||||
mockClock := mocks.NewMockClockService(t)
|
||||
mockMail := mocks.NewMockMailService(t)
|
||||
|
||||
Reference in New Issue
Block a user