fix typo in CustomizeColumns test

pull/2996/head
Iris Scholten 2018-03-14 18:21:53 -07:00
parent 9d9525e821
commit a7e820f038
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)