Skip to content

Commit

Permalink
Fix SingleStore test
Browse files Browse the repository at this point in the history
  • Loading branch information
L-Mario564 committed Dec 5, 2024
1 parent c170f9e commit f5c3d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/tests/singlestore/singlestore-common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3427,7 +3427,7 @@ export function tests(driver?: string) {
});

test('query with aliased column', async (ctx) => {
const { db } = ctx.sqlite;
const { db } = ctx.singlestore;
const query = db.select({ id: usersTable.id.as('user_id') }).from(usersTable);

expect(query.toSQL()).toEqual({
Expand Down

0 comments on commit f5c3d56

Please sign in to comment.