Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Mercy811 committed Dec 29, 2023
1 parent 51bdfa5 commit d5aa16d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import io.mockk.verify
import kotlinx.coroutines.ExperimentalCoroutinesApi
import kotlinx.coroutines.delay
import kotlinx.coroutines.runBlocking
import org.junit.jupiter.api.BeforeEach
import org.junit.Before
import org.junit.jupiter.api.Test

@ExperimentalCoroutinesApi
Expand All @@ -19,7 +19,7 @@ class EventPipelineTest {
private lateinit var networkConnectivityChecker: NetworkConnectivityChecker
private val config = Configuration(apiKey = "API_KEY", flushIntervalMillis = 5)

@BeforeEach
@Before
fun setup() {
amplitude = Amplitude(config)
networkConnectivityChecker = mockk<NetworkConnectivityChecker>(relaxed = true)
Expand Down

0 comments on commit d5aa16d

Please sign in to comment.