Skip to content

Commit 00934a9

Browse files
committed
test(echarts): relax getLegendProps expectations (theme props)
1 parent a06844c commit 00934a9

File tree

1 file changed

+1
-1
lines changed
  • superset-frontend/plugins/plugin-chart-echarts/test/utils

1 file changed

+1
-1
lines changed

superset-frontend/plugins/plugin-chart-echarts/test/utils/series.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -868,7 +868,7 @@ describe('getLegendProps', () => {
868868
type: 'plain',
869869
...expectedThemeProps,
870870
}),
871-
);
871+
);
872872
});
873873

874874
it('should return the correct props for plain type with right orientation with zoom', () => {

0 commit comments

Comments
 (0)