Change Test class suffix.
This commit is contained in:
parent
2d47e9db52
commit
ec8cb2e32f
41 changed files with 41 additions and 41 deletions
|
|
@ -39,7 +39,7 @@ import kotlinx.coroutines.test.runTest
|
|||
import org.junit.Test
|
||||
|
||||
@OptIn(ExperimentalCoroutinesApi::class)
|
||||
class AsyncIndicatorTests {
|
||||
class AsyncIndicatorTest {
|
||||
@Test
|
||||
fun `initial state`() = runTest {
|
||||
val state = AsyncIndicatorState()
|
||||
|
|
@ -21,7 +21,7 @@ import com.google.common.truth.Truth.assertThat
|
|||
import kotlinx.coroutines.test.runTest
|
||||
import org.junit.Test
|
||||
|
||||
class SnackbarDispatcherTests {
|
||||
class SnackbarDispatcherTest {
|
||||
@Test
|
||||
fun `given an empty queue the flow emits a null item`() = runTest {
|
||||
val snackbarDispatcher = SnackbarDispatcher()
|
||||
Loading…
Add table
Add a link
Reference in a new issue