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:
parent
73609c4133
commit
4c9122603c
@ -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)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user