mirror of
https://github.com/bitwarden/android.git
synced 2026-05-10 16:45:43 -05:00
Fix bug in test (#594)
This commit is contained in:
@@ -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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user