Add test on function name which may start or end with spaces and fix existing issues.
This commit is contained in:
parent
534e3a8585
commit
f2b38e50e3
4 changed files with 35 additions and 3 deletions
|
|
@ -70,7 +70,7 @@ class MediaViewerPresenterTest {
|
|||
}
|
||||
|
||||
@Test
|
||||
fun `present - check all actions `() = runTest {
|
||||
fun `present - check all actions`() = runTest {
|
||||
val matrixMediaLoader = FakeMatrixMediaLoader()
|
||||
val mediaActions = FakeLocalMediaActions()
|
||||
val snackbarDispatcher = SnackbarDispatcher()
|
||||
|
|
|
|||
|
|
@ -306,7 +306,7 @@ class DefaultPushHandlerTest {
|
|||
}
|
||||
|
||||
@Test
|
||||
fun `when diagnostic PushData is received, the diagnostic push handler is informed `() =
|
||||
fun `when diagnostic PushData is received, the diagnostic push handler is informed`() =
|
||||
runTest {
|
||||
val aPushData = PushData(
|
||||
eventId = DefaultTestPush.TEST_EVENT_ID,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue