mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-04 13:44:00 +01:00
pm-5273 Fix versions
This commit is contained in:
parent
a5e56d9d4c
commit
650a8c7a4f
@ -80,8 +80,8 @@ describe("LocalDataMigrator", () => {
|
|||||||
|
|
||||||
describe("migrate", () => {
|
describe("migrate", () => {
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
helper = mockMigrationHelper(exampleJSON(), 23);
|
helper = mockMigrationHelper(exampleJSON(), 35);
|
||||||
sut = new LocalDataMigrator(22, 23);
|
sut = new LocalDataMigrator(34, 35);
|
||||||
});
|
});
|
||||||
|
|
||||||
it("should remove local data from all accounts", async () => {
|
it("should remove local data from all accounts", async () => {
|
||||||
@ -105,8 +105,8 @@ describe("LocalDataMigrator", () => {
|
|||||||
|
|
||||||
describe("rollback", () => {
|
describe("rollback", () => {
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
helper = mockMigrationHelper(rollbackJSON(), 23);
|
helper = mockMigrationHelper(rollbackJSON(), 35);
|
||||||
sut = new LocalDataMigrator(22, 23);
|
sut = new LocalDataMigrator(34, 35);
|
||||||
});
|
});
|
||||||
|
|
||||||
it.each(["user-1", "user-2"])("should null out new values", async (userId) => {
|
it.each(["user-1", "user-2"])("should null out new values", async (userId) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user