Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
test: update test
Browse files Browse the repository at this point in the history
  • Loading branch information
rtritto committed Oct 15, 2023
1 parent d248bca commit 8914a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ it('should accept a complex query', function() {
}`)
).toEqual({
RegExp: /test/gi,
Binary: new bson.Binary('' as any),
Binary: new bson.Binary(new Uint8Array()),
BinData: new bson.Binary(Buffer.from('dGVzdAo=', 'base64'), 3),
UUID: new bson.Binary(
Buffer.from('3d37923dab8e49319e4693df5fd3599e', 'hex'),
Expand Down

0 comments on commit 8914a78

Please sign in to comment.