Add test on function name which may start or end with spaces and fix existing issues.

This commit is contained in:
Benoit Marty 2024-08-20 17:11:30 +02:00
parent fc3c589130
commit a8f0c6c2b2
4 changed files with 35 additions and 3 deletions

View file

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