Skip to content

Commit

Permalink
🎨 Change function name
Browse files Browse the repository at this point in the history
  • Loading branch information
paul2126 committed Nov 3, 2023
1 parent 7cd6fad commit 89f5333
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class AuthTokenRemoteSourceTest {
}

@Test
fun `should return response with error when request is invalid`(): Unit = runBlocking {
fun `should return response with error when request is invalid for verify email`(): Unit = runBlocking {
val request = AuthVerifyEmailRequest(email = "[email protected]", code = "123456")
val expectedResponse = Response.error<AuthTokenDto>(400, errorResponseBody)
coEvery { authService.verifyEmailForResetPassword(request) } returns expectedResponse
Expand Down

0 comments on commit 89f5333

Please sign in to comment.