Skip to content

Commit

Permalink
Remove experimental annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
PatilShreyas committed Mar 4, 2024
1 parent 3d168a8 commit 489f925
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,11 @@
package dev.shreyaspatil.permissionFlow.utils.stateFlow

import app.cash.turbine.test
import kotlinx.coroutines.ExperimentalCoroutinesApi
import kotlinx.coroutines.flow.MutableStateFlow
import kotlinx.coroutines.test.runTest
import org.junit.Assert.assertEquals
import org.junit.Test

@OptIn(ExperimentalCoroutinesApi::class)
class CombinedStateFlowTest {
@Test
fun combineStates_shouldReturnValidValueInitially() {
Expand Down

0 comments on commit 489f925

Please sign in to comment.