Fix name of the tests class
This commit is contained in:
committed by
Florian Renaud
parent
f733086dfd
commit
543eb0544f
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user