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 a2786eb4fd
commit 78e207918b

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 {