Skip to content

Commit 33845a6

Browse files
Apply suggestions from code review
Co-authored-by: Bailey Pearson <[email protected]>
1 parent b1d8b9a commit 33845a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/unit/legacy_wrappers/mongo_client.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
});

0 commit comments

Comments
 (0)