Skip to content

Commit

Permalink
Fix type check
Browse files Browse the repository at this point in the history
  • Loading branch information
stratoula committed Feb 1, 2024
1 parent 04210d6 commit c3b0750
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,14 +128,14 @@ describe('sidebar reducer', function () {
name: 'text1',
type: 'number',
aggregatable: false,
empty: true,
isNull: true,
searchable: false,
}),
new DataViewField({
name: 'text2',
type: 'keyword',
aggregatable: false,
empty: false,
isNull: false,
searchable: false,
}),
],
Expand Down

0 comments on commit c3b0750

Please sign in to comment.