Skip to content

Commit 9f60e18

Browse files
committed
fix tests
1 parent a6b6162 commit 9f60e18

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

app/src/main/java/io/github/sds100/keymapper/backup/BackupManager.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,9 @@ class BackupManagerImpl(
253253

254254
// Do nothing just added nullable group uid column
255255
JsonMigration(15, 16) { json -> json },
256+
257+
// Do nothing just added nullable column for when a group was last opened
258+
JsonMigration(16, 17) { json -> json },
256259
)
257260

258261
if (keyMapListJsonArray != null) {

app/src/test/java/io/github/sds100/keymapper/mappings/keymaps/ProcessKeyMapGroupsForDetectionTest.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,7 @@ class ProcessKeyMapGroupsForDetectionTest {
290290
mode = mode,
291291
),
292292
parentUid = parentUid,
293+
lastOpenedDate = 0,
293294
)
294295
}
295296
}

0 commit comments

Comments
 (0)