Issue#94 Grammatical issues: Networking
This commit is contained in:
parent
8391f389ae
commit
613cf22f1f
1 changed files with 9 additions and 9 deletions
|
|
@ -335,7 +335,7 @@ verifyNoInteractions(mockNetworkSessionExpirationListener)
|
|||
|
||||
Now we need to test what if the refresh request fails.
|
||||
|
||||
First setup for failure:
|
||||
First, setup for failure:
|
||||
```kotlin
|
||||
mockWebServer.enqueue(MockResponse().setResponseCode(401))
|
||||
mockWebServer.enqueue(MockResponse().setResponseCode(400))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue