We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 983034c commit 3bd8dbcCopy full SHA for 3bd8dbc
test/unit/es6/Template.js
@@ -59,7 +59,7 @@ test('template tag', {
59
runTagTest(
60
'SELECT "\x1f8p\xbe\\\'OlI\xb3\xe3\\Z\x0cg(\x95\x7f"',
61
() =>
62
- sql`SELECT "${Buffer.from('1f3870be274f6c49b3e31a0c6728957f','hex')}"`
+ sql`SELECT "${Buffer.from('1f3870be274f6c49b3e31a0c6728957f', 'hex')}"`
63
);
64
},
65
'null': function () {
0 commit comments