Skip to content

Commit ca82c3b

Browse files
committed
Provide explicit null parameters for CardScanData in test
Prepares for rebase onto branch 2 which removes default parameter values from CardScanData.
1 parent 397c994 commit ca82c3b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/src/test/kotlin/com/x8bit/bitwarden/ui/vault/feature/addedit/VaultAddEditViewModelTest.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5338,6 +5338,9 @@ class VaultAddEditViewModelTest : BaseViewModelTest() {
53385338
CardScanResult.Success(
53395339
cardScanData = CardScanData(
53405340
number = "4111111111111111",
5341+
expirationMonth = null,
5342+
expirationYear = null,
5343+
securityCode = null,
53415344
),
53425345
),
53435346
)

0 commit comments

Comments
 (0)