File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
test/unit/legacy_wrappers Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ describe('legacy_wrappers/mongo_client.js', () => {
2525 } ) ;
2626
2727 describe ( 'setting client metadata' , ( ) => {
28- describe ( 'when driverInto .name is provided' , ( ) => {
28+ describe ( 'when driverInfo .name is provided' , ( ) => {
2929 const client = new LegacyMongoClient ( iLoveJs , { driverInfo : { name : 'mongoose' } } ) ;
3030
3131 it ( 'should prepend mongodb-legacy to user passed driverInfo.name' , ( ) =>
@@ -40,7 +40,7 @@ describe('legacy_wrappers/mongo_client.js', () => {
4040 . that . includes ( currentLegacyVersion ) ) ;
4141 } ) ;
4242
43- describe ( 'when driverInto .name is provided and driverInfo.version is provided' , ( ) => {
43+ describe ( 'when driverInfo .name is provided and driverInfo.version is provided' , ( ) => {
4444 const client = new LegacyMongoClient ( iLoveJs , {
4545 driverInfo : { name : 'mongoose' , version : '99.99.99' }
4646 } ) ;
You can’t perform that action at this time.
0 commit comments