This is an automated email from the ASF dual-hosted git repository. suddjian pushed a commit to branch viz-picker-categories in repository https://gitbox.apache.org/repos/asf/superset.git
commit 593fd5b8566a1e51fc4f43387492566c646622c0 Author: David Aaron Suddjian <[email protected]> AuthorDate: Thu Jun 17 11:14:19 2021 -0700 fix test types --- .../components/controls/VizTypeControl/VizTypeControl.test.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeControl.test.tsx b/superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeControl.test.tsx index 35dd245..207d412 100644 --- a/superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeControl.test.tsx +++ b/superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeControl.test.tsx @@ -64,9 +64,9 @@ describe('VizTypeControl', () => { label: '', name: '', value: '', - labelType: '', + labelType: 'primary', onChange: jest.fn(), - }; + } as const; const renderWrapper = ( props = newVizTypeControlProps,
