Issue#94 Grammatical issues: Core Testing

This commit is contained in:
Gergely Hegedus 2022-07-12 09:48:30 +03:00
parent 8cd3ddce66
commit 8391f389ae
2 changed files with 7 additions and 7 deletions

View file

@ -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()