Change Test class suffix.
This commit is contained in:
parent
2d47e9db52
commit
ec8cb2e32f
41 changed files with 41 additions and 41 deletions
|
|
@ -33,7 +33,7 @@ import kotlinx.collections.immutable.persistentListOf
|
|||
import kotlinx.coroutines.test.runTest
|
||||
import org.junit.Test
|
||||
|
||||
class BlockedUsersPresenterTests {
|
||||
class BlockedUsersPresenterTest {
|
||||
@Test
|
||||
fun `present - initial state with no blocked users`() = runTest {
|
||||
val presenter = aBlockedUsersPresenter()
|
||||
|
|
@ -36,7 +36,7 @@ import io.element.android.tests.testutils.consumeItemsUntilPredicate
|
|||
import kotlinx.coroutines.test.runTest
|
||||
import org.junit.Test
|
||||
|
||||
class EditDefaultNotificationSettingsPresenterTests {
|
||||
class EditDefaultNotificationSettingsPresenterTest {
|
||||
@Test
|
||||
fun `present - ensures initial state is correct`() = runTest {
|
||||
val notificationSettingsService = FakeNotificationSettingsService()
|
||||
|
|
@ -38,7 +38,7 @@ import kotlinx.coroutines.test.runTest
|
|||
import org.junit.Test
|
||||
import kotlin.time.Duration.Companion.milliseconds
|
||||
|
||||
class NotificationSettingsPresenterTests {
|
||||
class NotificationSettingsPresenterTest {
|
||||
@Test
|
||||
fun `present - ensures initial state is correct`() = runTest {
|
||||
val presenter = createNotificationSettingsPresenter()
|
||||
Loading…
Add table
Add a link
Reference in a new issue