Skip to content

Commit 4084208

Browse files
committed
Fixed broken test case
1 parent f34186c commit 4084208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-tests/tests/singlestore/singlestore-custom.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -821,7 +821,7 @@ test('custom binary', async (ctx) => {
821821

822822
expect(res).toEqual([{
823823
id,
824-
sqlId: Buffer.from(id, 'hex'),
824+
sqlId: Buffer.from(id, 'hex').toString(),
825825
rawId: id,
826826
}]);
827827
});

0 commit comments

Comments
 (0)