Skip to content

Commit b00f102

Browse files
committed
restore test version
1 parent 0eefbd9 commit b00f102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/bson-bench/test/unit/task.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ describe('Task', function () {
2525

2626
const BSON_PATH = process.env.BSON_PATH;
2727
const BSON_EXT_PATH = process.env.BSON_EXT_PATH;
28-
const versions = ['[email protected]', '[email protected]', '[email protected].1', 'bson#v6.1.0', `bson:${LOCAL_BSON}`];
28+
const versions = ['[email protected]', '[email protected]', '[email protected].0', 'bson#v6.1.0', `bson:${LOCAL_BSON}`];
2929
const operations: ('serialize' | 'deserialize')[] = ['serialize', 'deserialize'];
3030
if (BSON_PATH) versions.push(`bson:${BSON_PATH}`);
3131
if (BSON_EXT_PATH) versions.push(`bson:${BSON_EXT_PATH}`);

0 commit comments

Comments
 (0)