Format file.
This commit is contained in:
parent
6386645e0b
commit
cce1c9974a
1 changed files with 6 additions and 4 deletions
|
|
@ -308,9 +308,12 @@ class MediaViewerPresenterTest {
|
|||
val successState = awaitItem()
|
||||
assertThat(successState.downloadedMedia).isInstanceOf(AsyncData.Success::class.java)
|
||||
successState.eventSink(MediaViewerEvents.Delete(AN_EVENT_ID))
|
||||
redactEventLambda.assertions().isCalledOnce().with(
|
||||
value(AN_EVENT_ID.toEventOrTransactionId()), value(null)
|
||||
)
|
||||
redactEventLambda.assertions()
|
||||
.isCalledOnce()
|
||||
.with(
|
||||
value(AN_EVENT_ID.toEventOrTransactionId()),
|
||||
value(null),
|
||||
)
|
||||
onItemDeletedLambda.assertions().isCalledOnce()
|
||||
}
|
||||
}
|
||||
|
|
@ -372,4 +375,3 @@ class MediaViewerPresenterTest {
|
|||
)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue