summaryrefslogtreecommitdiff
path: root/autofill-parser
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2021-08-13 18:40:34 +0530
committerGitHub <noreply@github.com>2021-08-13 18:40:34 +0530
commita82f8dda860714f446373e6c9406f13d8d6a2547 (patch)
tree1d40a286751b1ac3801c1240bfa454c84c77dc73 /autofill-parser
parent70137f31917ba1d28d36d1557808c135828ae433 (diff)
Disable explicit API for tests (#1483)
* build: disable explicit API for test tasks * Remove `internal` modifier from test classes
Diffstat (limited to 'autofill-parser')
-rw-r--r--autofill-parser/src/test/kotlin/mozilla/components/lib/publicsuffixlist/PublicSuffixListLoaderTest.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/autofill-parser/src/test/kotlin/mozilla/components/lib/publicsuffixlist/PublicSuffixListLoaderTest.kt b/autofill-parser/src/test/kotlin/mozilla/components/lib/publicsuffixlist/PublicSuffixListLoaderTest.kt
index a4b7d4eb..b0ff0305 100644
--- a/autofill-parser/src/test/kotlin/mozilla/components/lib/publicsuffixlist/PublicSuffixListLoaderTest.kt
+++ b/autofill-parser/src/test/kotlin/mozilla/components/lib/publicsuffixlist/PublicSuffixListLoaderTest.kt
@@ -7,7 +7,7 @@ package mozilla.components.lib.publicsuffixlist
import org.junit.Test
-internal class PublicSuffixListLoaderTest {
+class PublicSuffixListLoaderTest {
@Test
fun testLoadingBundledPublicSuffixList() {
requireNotNull(javaClass.classLoader).getResourceAsStream("publicsuffixes").buffered().use {