Fix bug in test (#594)

This commit is contained in:
Lucas Kivi
2024-01-12 14:23:03 -06:00
committed by GitHub
parent 03131449b1
commit 94a45e4e21

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,
)