Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
wylieconlon committed Apr 10, 2020
1 parent e90a047 commit 14a7b03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,7 @@ describe('IndexPattern Data Source suggestions', () => {
state: expect.objectContaining({
layers: expect.objectContaining({
currentLayer: expect.objectContaining({
columnOrder: ['cola', 'id1'],
columnOrder: ['cola', 'colb'],
columns: {
cola: initialState.layers.currentLayer.columns.cola,
colb: expect.objectContaining({
Expand Down

0 comments on commit 14a7b03

Please sign in to comment.