Change Test class suffix.

This commit is contained in:
Benoit Marty 2024-05-30 10:11:18 +02:00
parent 2d47e9db52
commit ec8cb2e32f
41 changed files with 41 additions and 41 deletions

View file

@ -28,7 +28,7 @@ import io.element.android.services.analytics.test.FakeAnalyticsService
import kotlinx.coroutines.test.runTest
import org.junit.Test
class TroubleshootNotificationsPresenterTests {
class TroubleshootNotificationsPresenterTest {
@Test
fun `present - initial state`() = runTest {
val presenter = createTroubleshootNotificationsPresenter()