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:
@@ -119,7 +119,7 @@ describe("OrganizationKeysMigrator", () => {
|
||||
|
||||
describe("rollback", () => {
|
||||
beforeEach(() => {
|
||||
helper = mockMigrationHelper(rollbackJSON(), 10);
|
||||
helper = mockMigrationHelper(rollbackJSON(), 11);
|
||||
sut = new OrganizationKeyMigrator(10, 11);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user