test(FN-5033): update CLI shard planner expectations

Fusion-Task-Id: FN-5033
Fusion-Task-Lineage: f1a04b65-6161-4001-b01c-3036905cb2ab
This commit is contained in:
Fusion (runfusion.ai)
2026-05-18 06:34:54 -07:00
committed by gsxdsm
parent 1233113c47
commit eae7a5168c

View File

@@ -173,7 +173,8 @@ describe("computeSplitPlan", () => {
{ name: "@fusion/dashboard", weight: 169, shardIndex: 1, shardCount: 3 },
{ name: "@fusion/dashboard", weight: 169, shardIndex: 2, shardCount: 3 },
{ name: "@fusion/dashboard", weight: 169, shardIndex: 3, shardCount: 3 },
{ name: "@fusion/core", weight: 60 },
{ name: "@fusion/core", weight: 30, shardIndex: 1, shardCount: 2 },
{ name: "@fusion/core", weight: 30, shardIndex: 2, shardCount: 2 },
]);
});
});