Skip to content

Commit 0f7e86c

Browse files
committed
rm only
1 parent 098eb4a commit 0f7e86c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/node/bson_binary_vector.spec.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ function testVectorInvalidBSONBytes(test: VectorTest, expectedErrorMessage: stri
188188
});
189189
}
190190

191-
describe.only('BSON Binary Vector spec tests', () => {
191+
describe('BSON Binary Vector spec tests', () => {
192192
const tests: Record<string, VectorSuite> = Object.create(null);
193193

194194
for (const file of fs.readdirSync(path.join(__dirname, 'specs/bson-binary-vector'))) {

0 commit comments

Comments
 (0)