File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ const { BSONRegExp } = require('../../src/index');
5
5
6
6
describe ( 'BSONRegExp' , ( ) => {
7
7
describe ( 'bsonRegExp option' , ( ) => {
8
- it ( 'should respond with BSONRegExp class with flag passed to db' , async function ( ) {
8
+ it ( 'should respond with BSONRegExp class with option passed to db' , async function ( ) {
9
9
let client ;
10
10
try {
11
11
// create and connect to client
@@ -24,7 +24,7 @@ describe('BSONRegExp', () => {
24
24
}
25
25
} ) ;
26
26
27
- it ( 'should respond with BSONRegExp class with flag passed to collection' , async function ( ) {
27
+ it ( 'should respond with BSONRegExp class with option passed to collection' , async function ( ) {
28
28
let client ;
29
29
try {
30
30
// create and connect to client
@@ -43,7 +43,7 @@ describe('BSONRegExp', () => {
43
43
}
44
44
} ) ;
45
45
46
- it ( 'should respond with BSONRegExp class with flag passed to operation' , async function ( ) {
46
+ it ( 'should respond with BSONRegExp class with option passed to operation' , async function ( ) {
47
47
let client ;
48
48
try {
49
49
// create and connect to client
You can’t perform that action at this time.
0 commit comments