Skip to content

Commit

Permalink
Revert "For mozilla-mobile#18453 Removes maxSdk = P for mark_default_…
Browse files Browse the repository at this point in the history
…browser test."

This reverts commit bce4ad2
  • Loading branch information
kershan committed Mar 25, 2021
1 parent 892e2d7 commit 6ea3b66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ class DeepLinkIntentProcessorTest {
}

@Test
@Config(minSdk = N)
@Config(minSdk = N, maxSdk = P)
fun `process make_default_browser deep link for above API 23`() {
assertTrue(processor.process(testIntent("make_default_browser"), navController, out))

Expand Down

0 comments on commit 6ea3b66

Please sign in to comment.