Skip to content

Commit

Permalink
Update types
Browse files Browse the repository at this point in the history
  • Loading branch information
qn895 committed Oct 23, 2024
1 parent dc6539b commit fb9d717
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -616,18 +616,6 @@ describe('autocomplete.suggest', () => {
triggerCharacter: ' ',
}
);

const expectedNumericSuggestions = [
// Notice no extra space after field name
...getFieldNamesByType(ESQL_COMMON_NUMERIC_TYPES).map((field) => `${field}`),
...getFunctionSignaturesByReturnType(
'eval',
ESQL_COMMON_NUMERIC_TYPES,
{ scalar: true },
undefined,
[]
),
];
await assertSuggestions(
'from a | eval case( integerField != /)',
[
Expand Down

0 comments on commit fb9d717

Please sign in to comment.