Skip to content

Commit

Permalink
Add a failing test to check CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MiSikora committed Jul 4, 2024
1 parent dfcde8b commit 5dec75f
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,12 @@ class DeepLinkingTest {

assertEquals("INTENT_OPEN_APP_DOWNLOADING", intent.action)
}

@Test
fun testCi() {

val intent = GoToDownloadedEpisodes.toIntent(context)

assertEquals("???", intent.action)
}
}

0 comments on commit 5dec75f

Please sign in to comment.