Skip to content

Commit

Permalink
Correct existing wrong Discover tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stratoula committed May 6, 2024
1 parent 4dc57a9 commit fff036d
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 5 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,11 @@ describe('Data table columns', function () {
hasEditDataViewPermission: () =>
servicesMock.dataViewFieldEditor.userPermissions.editIndexPattern(),
onFilter: () => {},
columnsMeta: {
extension: { type: 'number' },
message: { type: 'string', esType: 'keyword' },
timestamp: { type: 'date', esType: 'dateTime' },
},
});
expect(actual).toMatchSnapshot();
});
Expand Down

0 comments on commit fff036d

Please sign in to comment.