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:
@@ -147,7 +147,7 @@ describe("AutofillSettingsKeyMigrator", () => {
|
||||
|
||||
describe("rollback", () => {
|
||||
beforeEach(() => {
|
||||
helper = mockMigrationHelper(rollbackJSON(), 16);
|
||||
helper = mockMigrationHelper(rollbackJSON(), 18);
|
||||
sut = new AutofillSettingsKeyMigrator(17, 18);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user