Skip to content

Commit 3bd8dbc

Browse files
committed
fix lint warning
1 parent 983034c commit 3bd8dbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/es6/Template.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ test('template tag', {
5959
runTagTest(
6060
'SELECT "\x1f8p\xbe\\\'OlI\xb3\xe3\\Z\x0cg(\x95\x7f"',
6161
() =>
62-
sql`SELECT "${Buffer.from('1f3870be274f6c49b3e31a0c6728957f','hex')}"`
62+
sql`SELECT "${Buffer.from('1f3870be274f6c49b3e31a0c6728957f', 'hex')}"`
6363
);
6464
},
6565
'null': function () {

0 commit comments

Comments
 (0)