diff --git a/frontend/src/components/QueryBuilderV2/utils.test.ts b/frontend/src/components/QueryBuilderV2/utils.test.ts index ecf77ec353e8..ac71f56682d5 100644 --- a/frontend/src/components/QueryBuilderV2/utils.test.ts +++ b/frontend/src/components/QueryBuilderV2/utils.test.ts @@ -96,7 +96,6 @@ describe('convertFiltersToExpressionWithExistingQuery', () => { existingQuery, ); - // The function should return the original expression for now (until we fix the replacement logic) expect(result.filters).toBeDefined(); expect(result.filter).toBeDefined(); expect(result.filter.expression).toBe("service.name = 'old-service'"); @@ -161,7 +160,7 @@ describe('convertFiltersToExpressionWithExistingQuery', () => { ); }); - test('should handle NOT IN operator conversion from equals', () => { + test('should handle IN operator conversion from equals', () => { const filters = { items: [ {