Fix bug in test (#594)

This commit is contained in:
Lucas Kivi
2024-06-20 17:08:07 +01:00
committed by Álison Fernandes
parent 5a2b1e61c2
commit f95e5cc3cb
@@ -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,
)