test(FN-4306): align project storage key coverage

Fusion-Task-Id: FN-4306
Fusion-Task-Lineage: b0ab9b60-de02-40a7-ad8b-0ca18c98e16c
This commit is contained in:
Fusion
2026-05-13 06:44:30 -07:00
committed by gsxdsm
parent 0243e1a224
commit bfedc6d3ff

View File

@@ -98,11 +98,12 @@ describe("projectStorage", () => {
"kb-chat-active-session",
"kb-dashboard-working-branch-filter",
"kb-dashboard-base-branch-filter",
"kb-capacity-risk-banner-dismissed",
"kb-files-line-numbers",
"fusion-plugin-dependency-graph:positions",
]),
);
expect(PROJECT_STORAGE_KEYS).toHaveLength(24);
expect(PROJECT_STORAGE_KEYS).toHaveLength(25);
});
it("stores branch filter values as scoped strings per project", () => {