mirror of
https://github.com/bitwarden/android.git
synced 2024-11-23 18:06:08 +03:00
Fix bug in test (#594)
This commit is contained in:
parent
5a2b1e61c2
commit
f95e5cc3cb
1 changed files with 0 additions and 1 deletions
|
@ -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,
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue