Fix name of the tests class
This commit is contained in:
parent
a2786eb4fd
commit
78e207918b
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue