From 603d6d6fce804ea41e0e7180c5080d70a5c9a7a5 Mon Sep 17 00:00:00 2001 From: ahrefabhi Date: Mon, 18 Aug 2025 12:07:07 +0530 Subject: [PATCH] chore: minor updates in tests --- frontend/src/components/QueryBuilderV2/utils.test.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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: [ {