Skip to content

Commit b545971

Browse files
committed
chore: does not throw
1 parent 3cd3655 commit b545971

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
@@ -165,7 +165,7 @@ function testVectorInvalidInputValues(test: VectorTest, expectedErrorMessage: st
165165
} else {
166166
expect(errorName).to.equal('BSONError'); // unsupported_error are only when making vectors
167167

168-
it(`Binary.${dtypeToHelper(test.dtype_hex)}() not throw`, function () {
168+
it(`Binary.${dtypeToHelper(test.dtype_hex)}() does not throw`, function () {
169169
expect(binaryCreation).to.have.property('status', 'returned');
170170
});
171171

0 commit comments

Comments
 (0)