Fix name of the tests class

This commit is contained in:
Maxime NATUREL
2023-03-16 16:54:12 +01:00
committed by Florian Renaud
parent f733086dfd
commit 543eb0544f

View File

@@ -29,7 +29,7 @@ import kotlinx.coroutines.test.runTest
import org.junit.Test
@OptIn(ExperimentalCoroutinesApi::class)
class DefaultSelectSingleUserPresenterTests {
class DefaultSelectUsersPresenterTests {
@Test
fun `present - initial state for single selection`() = runTest {