Issue#94 Grammatical issues: Core Testing
This commit is contained in:
parent
8cd3ddce66
commit
8391f389ae
2 changed files with 7 additions and 7 deletions
|
|
@ -89,7 +89,7 @@ internal class LoginUseCaseTest {
|
|||
verifyNoMoreInteractions(mockUserDataLocalStorage)
|
||||
}
|
||||
|
||||
@DisplayName("GIVEN error resposne WHEN trying to login THEN session is not touched and error is returned")
|
||||
@DisplayName("GIVEN error response WHEN trying to login THEN session is not touched and error is returned")
|
||||
@Test
|
||||
fun invalidResponseResultsInErrorReturned() = runTest {
|
||||
val exception = RuntimeException()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue