1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 02:03:39 +00:00

fix migration rollbacks (#8124)

This commit is contained in:
Jonathan Prusik
2024-02-28 10:31:21 -05:00
committed by GitHub
parent abdb48b3aa
commit 5443ea2232
6 changed files with 6 additions and 6 deletions

View File

@@ -98,7 +98,7 @@ describe("ProviderKeysMigrator", () => {
describe("rollback", () => {
beforeEach(() => {
helper = mockMigrationHelper(rollbackJSON(), 11);
helper = mockMigrationHelper(rollbackJSON(), 13);
sut = new ProviderKeyMigrator(12, 13);
});