1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-21 18:53:29 +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

@@ -119,7 +119,7 @@ describe("OrganizationKeysMigrator", () => {
describe("rollback", () => {
beforeEach(() => {
helper = mockMigrationHelper(rollbackJSON(), 10);
helper = mockMigrationHelper(rollbackJSON(), 11);
sut = new OrganizationKeyMigrator(10, 11);
});