Skip to content

Commit 50bd9aa

Browse files
PR changes
1 parent 963584a commit 50bd9aa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/node/uuid_tests.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ const { inspect } = require('util');
66
const { validate: uuidStringValidate, version: uuidStringVersion } = require('uuid');
77
const BSON = require('../register-bson');
88
const BSONTypeError = BSON.BSONTypeError;
9+
const BSON_DATA_BINARY = BSON.BSON_DATA_BINARY;
10+
const BSON_BINARY_SUBTYPE_UUID_NEW = BSON.BSON_BINARY_SUBTYPE_UUID_NEW;
911

1012
// Test values
1113
const UPPERCASE_DASH_SEPARATED_UUID_STRING = 'AAAAAAAA-AAAA-4AAA-AAAA-AAAAAAAAAAAA';

0 commit comments

Comments
 (0)