fix typo in CustomizeColumns test

pull/10616/head
Iris Scholten 2018-03-14 18:21:53 -07:00
parent 2c7c1e7c4e
commit cab2515d53
1 changed files with 1 additions and 1 deletions

View File

@ -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)