fix typo in CustomizeColumns test
parent
9d9525e821
commit
a7e820f038
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue