Skip to content

Commit

Permalink
Fix table vis tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmud committed Jun 30, 2020
1 parent 8c7ca42 commit a1493be
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -103,6 +103,7 @@ describe('Visualization > Table', () => {
it('Test table with columns and row limit', () => {
const formData = {
...VIZ_DEFAULTS,
query_mode: 'raw',
all_columns: ['name'],
metrics: [],
row_limit: 10,
Expand All @@ -117,6 +118,7 @@ describe('Visualization > Table', () => {

const formData = {
...VIZ_DEFAULTS,
query_mode: 'raw',
all_columns: ['name', 'state', 'ds', 'num'],
metrics: [],
row_limit: limit,
Expand Down

0 comments on commit a1493be

Please sign in to comment.