From 9ea059bd8569f958f952ca00064762a0b0b1bf78 Mon Sep 17 00:00:00 2001 From: prodrigues Date: Fri, 30 Aug 2024 10:21:57 +0100 Subject: [PATCH] fix 'having' singlstore-prefixed.test.ts integration tests --- integration-tests/tests/singlestore/singlestore-prefixed.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/integration-tests/tests/singlestore/singlestore-prefixed.test.ts b/integration-tests/tests/singlestore/singlestore-prefixed.test.ts index 6336bc9de..95053748d 100644 --- a/integration-tests/tests/singlestore/singlestore-prefixed.test.ts +++ b/integration-tests/tests/singlestore/singlestore-prefixed.test.ts @@ -1049,6 +1049,7 @@ test('having', async () => { }]); await db.insert(users2Table).values([{ id: 1, name: 'John', cityId: 1 }, { id: 2, name: 'Jane', cityId: 1 }, { + id: 3, name: 'Jack', cityId: 2, }]);