Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Dec 21, 2024
1 parent f777f7c commit cd2ad13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/sql-tag/src/factories/createSqlTag.test/uuid.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ test('binds a uuid', (t) => {
)}`;

t.deepEqual(query, {
sql: 'SELECT to_timestamp($slonik_1)',
sql: 'SELECT $slonik_1::uuid',
type: FragmentToken,
values: ['1660879644.951'],
values: ['00000000-0000-0000-0000-000000000000'],
});
});

Expand Down

0 comments on commit cd2ad13

Please sign in to comment.