2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-13 07:10:28 +00:00

Bug 1821005 - Set UI_INJECTION_HOST mode for lint in test.

This commit is contained in:
mcarare 2023-10-10 08:58:59 +03:00 committed by mergify[bot]
parent 73609c4133
commit 4c9122603c

View File

@ -53,6 +53,7 @@ class LicenseDetectorTest : LintDetectorTest() {
lint()
.files(TestFiles.kt(code))
.allowMissingSdk(true)
.testModes(TestMode.UI_INJECTION_HOST)
.run()
.expect(expectedReport)
.expectFixDiffs(expectedFixOutput)
@ -151,4 +152,4 @@ class LicenseDetectorTest : LintDetectorTest() {
.expect(expectedReport)
.expectFixDiffs(expectedFixOutput)
}
}
}