Skip to content

Commit 3c516ff

Browse files
committed
test: fix topology test
1 parent ecb63b5 commit 3c516ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/unit/sdam/topology.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ describe('Topology (unit)', function () {
5353
const server: Topology = topologyWithPlaceholderClient([`localhost:27017`], {
5454
metadata: makeClientMetadata({
5555
appName: 'My application name',
56-
driverInfo: {}
56+
driverInfo: {},
57+
additionalDriverInfo: []
5758
})
5859
});
5960

0 commit comments

Comments
 (0)