Skip to content

Commit e792e13

Browse files
authored
Update chart-core-fit-size.test.tsx
1 parent a0c5587 commit e792e13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/__tests__/chart-core-fit-size.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ describe("CoreChart: fit-size", () => {
111111
const offset = verticalAxisTitlePlacement === "top" ? 28 : 0;
112112
const { rerender } = renderChart({ highcharts, fitHeight: true, verticalAxisTitlePlacement });
113113

114-
// Uses default min height = 200px.
114+
// Uses default min height of 200px.
115115
await waitFor(() => {
116116
expect(HighchartsReact).toHaveBeenCalledWith(chartOptionsWithHeight(200 - offset), expect.anything());
117117
});

0 commit comments

Comments
 (0)