Fix bug in test (#594)

This commit is contained in:
Lucas Kivi 2024-01-12 14:23:03 -06:00 committed by Álison Fernandes
parent 5a2b1e61c2
commit f95e5cc3cb

View file

@ -72,7 +72,6 @@ class FilledDataBuilderTest {
@Test
fun `build should return filled data and ignored AutofillIds when Card`() = runTest {
// Setup
val autofillId: AutofillId = mockk()
val autofillView = AutofillView.Card.Number(
data = autofillViewData,
)