Skip to content

Commit 58d4f57

Browse files
committed
fix tests
1 parent 264a63c commit 58d4f57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/core/__tests__/chart-core-legend.test.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -462,8 +462,8 @@ describe("CoreChart: legend", () => {
462462
expect(onLegendHover).toHaveBeenCalledWith(
463463
expect.objectContaining({
464464
item: expect.objectContaining({
465-
id: "Line 1",
466-
name: "Line 1",
465+
id: "L1",
466+
name: "L1",
467467
marker: expect.any(Object),
468468
visible: expect.any(Boolean),
469469
highlighted: expect.any(Boolean),

0 commit comments

Comments
 (0)