Fix name of the tests class
This commit is contained in:
parent
f733086dfd
commit
543eb0544f
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ import kotlinx.coroutines.test.runTest
|
||||||
import org.junit.Test
|
import org.junit.Test
|
||||||
|
|
||||||
@OptIn(ExperimentalCoroutinesApi::class)
|
@OptIn(ExperimentalCoroutinesApi::class)
|
||||||
class DefaultSelectSingleUserPresenterTests {
|
class DefaultSelectUsersPresenterTests {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
fun `present - initial state for single selection`() = runTest {
|
fun `present - initial state for single selection`() = runTest {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue