mirror of
https://github.com/Youzini-afk/ST-Bionic-Memory-Ecology.git
synced 2026-05-15 22:30:38 +08:00
Fix stable CI regressions
This commit is contained in:
@@ -79,10 +79,11 @@ const legacyGraph = deserializeGraph({
|
||||
edges: [],
|
||||
});
|
||||
assert.equal(legacyGraph.nodes[0]?.scope?.layer, "objective");
|
||||
assert.equal(legacyGraph.version, 8);
|
||||
assert.equal(legacyGraph.version, 9);
|
||||
assert.equal(legacyGraph.knowledgeState?.version, 1);
|
||||
assert.equal(legacyGraph.regionState?.version, 1);
|
||||
assert.equal(legacyGraph.timelineState?.version, 1);
|
||||
assert.equal(legacyGraph.summaryState?.version, 1);
|
||||
assert.equal(legacyGraph.historyState?.activeRegionSource, "");
|
||||
assert.equal(legacyGraph.historyState?.activeStorySegmentId, "");
|
||||
assert.equal(legacyGraph.historyState?.activeStoryTimeLabel, "");
|
||||
|
||||
Reference in New Issue
Block a user