diff --git a/ui/test/dashboards/components/GraphOptionsCustomizeColumns.test.tsx b/ui/test/dashboards/components/GraphOptionsCustomizeColumns.test.tsx index a21e6140d..23dee525e 100644 --- a/ui/test/dashboards/components/GraphOptionsCustomizeColumns.test.tsx +++ b/ui/test/dashboards/components/GraphOptionsCustomizeColumns.test.tsx @@ -22,7 +22,7 @@ describe('Dashboards.Components.GraphOptionsCustomizeColumns', () => { describe('rendering', () => { it('displays label and all columns passed in', () => { const columns = [TIME_COLUMN_DEFAULT] - const {wrapper} = setup(columns) + const {wrapper} = setup({columns}) const label = wrapper.find('label') const customizableColumns = wrapper.find(GraphOptionsCustomizableColumn)