Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

Commit

Permalink
fix word cloud test
Browse files Browse the repository at this point in the history
  • Loading branch information
villebro committed May 15, 2020
1 parent e6cff17 commit e42de00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ describe('WordCloud buildQuery', () => {
granularity_sqla: 'ds',
series: 'foo',
viz_type: 'word_cloud',
controlGroups: { series: 'groupby' },
queryFields: { series: 'groupby' },
};

it('should build groupby with series in form data', () => {
Expand Down

0 comments on commit e42de00

Please sign in to comment.