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:
@@ -98,7 +98,7 @@ describe("ProviderKeysMigrator", () => {
|
||||
|
||||
describe("rollback", () => {
|
||||
beforeEach(() => {
|
||||
helper = mockMigrationHelper(rollbackJSON(), 11);
|
||||
helper = mockMigrationHelper(rollbackJSON(), 13);
|
||||
sut = new ProviderKeyMigrator(12, 13);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user