Skip to content

Commit

Permalink
troubleshoot test
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAZimmerly committed Jan 6, 2025
1 parent 11a9b36 commit d1507ca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/test/java/com/arcxp/video/service/AdUtilsTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ class AdUtilsTest {
@Before
fun setup() {
MockKAnnotations.init(this)
mockkObject(Utils)
mockkStatic(Log::class)
every { Log.e(any(), any()) } returns 1
every { Log.d(any(), any()) } returns 1
Expand Down Expand Up @@ -969,7 +968,7 @@ class AdUtilsTest {

@Test
fun `getServerSide ads succeeds`() = runTest {

mockkObject(Utils)
val stream = mockk<Stream>()
val streamUrl = mockk<Uri>()
every {
Expand Down

0 comments on commit d1507ca

Please sign in to comment.