feat(FN-4396): merge fusion/fn-4396
This commit is contained in:
@@ -743,8 +743,8 @@ describe("RoadmapStore", () => {
|
||||
});
|
||||
|
||||
describe("schema version", () => {
|
||||
it("schema version is 76 after init", () => {
|
||||
expect(db.getSchemaVersion()).toBe(76);
|
||||
it("schema version is 77 after init", () => {
|
||||
expect(db.getSchemaVersion()).toBe(77);
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user