fix(ci): add createWorkflowAuthoringTools to partial engine mocks; bump roadmap schema assertion to 109
This commit is contained in:
@@ -743,10 +743,10 @@ describe("RoadmapStore", () => {
|
||||
});
|
||||
|
||||
describe("schema version", () => {
|
||||
it("schema version is 108 after init", () => {
|
||||
it("schema version is 109 after init", () => {
|
||||
// Tracks @fusion/core's SCHEMA_VERSION (the roadmap store layers on core's
|
||||
// Database). Bump this in lockstep when core adds a migration.
|
||||
expect(db.getSchemaVersion()).toBe(108);
|
||||
expect(db.getSchemaVersion()).toBe(109);
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user