Bug 1821005 - Set UI_INJECTION_HOST mode for lint in test.

fenix/121.0
mcarare 8 months ago committed by mergify[bot]
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…
Cancel
Save