Skip to content

Commit

Permalink
For mozilla-mobile#18453 Removes maxSdk = P for mark_default_browser …
Browse files Browse the repository at this point in the history
…test.
  • Loading branch information
kershan committed Mar 25, 2021
1 parent 522e74e commit edc2e26
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ class DeepLinkIntentProcessorTest {
}

@Test
@Config(minSdk = N, maxSdk = P)
@Config(minSdk = N)
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 edc2e26

Please sign in to comment.