Skip to content

Commit 357cb5d

Browse files
Update test/unit/cmap/handshake/client_metadata.test.ts
Co-authored-by: Warren James <warren.james.dev@gmail.com>
1 parent bf59a94 commit 357cb5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/cmap/handshake/client_metadata.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ describe('makeClientMetadata()', () => {
7373
});
7474
});
7575

76-
context('when no custom driverInto is provided', () => {
76+
context('when no custom driverInfo is provided', () => {
7777
const metadata = makeClientMetadata({ driverInfo: {} });
7878

7979
it('does not append the driver info to the metadata', () => {

0 commit comments

Comments
 (0)