Skip to content
This repository was archived by the owner on May 4, 2026. It is now read-only.

Commit e1b2bbf

Browse files
Updating tests
1 parent e34a2d8 commit e1b2bbf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/test/java/com/raphaeltannous/PasswordManagerSQLiteTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ void passwordsTest() {
159159
db.addBackupCode(1, "5774d4761370");
160160

161161
// Chaning Has Backup Code Status
162-
db.updateHasBackupCodeStatus(1, 1);
162+
db.updateHasBackupCodeStatus(1);
163163

164164
db.addBackupCode(1, "6e56a0a66191");
165165

0 commit comments

Comments
 (0)