Skip to content

Commit

Permalink
fix 'having' singlstore-prefixed.test.ts integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodriguespn committed Aug 30, 2024
1 parent 976129d commit 9ea059b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}]);
Expand Down

0 comments on commit 9ea059b

Please sign in to comment.