Fix quality issue.
This commit is contained in:
parent
79795af723
commit
afa19f4081
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ class UnifiedPushMatrixGatewayTestTest {
|
|||
fun `test UnifiedPushMatrixGatewayTest network error`() = runTest {
|
||||
val sut = createUnifiedPushMatrixGatewayTest(
|
||||
currentUserPushConfig = aCurrentUserPushConfig(),
|
||||
discoveryResponse = { throw RuntimeException("Network error") },
|
||||
discoveryResponse = { error("Network error") },
|
||||
)
|
||||
launch {
|
||||
sut.run(this)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue