Skip to content

Commit

Permalink
Remove unecessary test
Browse files Browse the repository at this point in the history
  • Loading branch information
stratoula committed Jan 3, 2025
1 parent 7f8708d commit a898d56
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,6 @@ describe('validation', () => {
'[MATCH] function is only supported in WHERE commands',
]);
});

it('shows errors if argument is not an index field ', async () => {
const { expectErrors } = await setup();
await expectErrors(
'FROM index | LIMIT 10 | where MATCH(`kubernetes.something.something`, "value")',
['[MATCH] function cannot be used after LIMIT']
);
});
});
describe('QSRT function', () => {
it('no error if valid', async () => {
Expand Down

0 comments on commit a898d56

Please sign in to comment.