Skip to content

Commit 13c3b06

Browse files
committed
test: fix command write concern test
1 parent 8882175 commit 13c3b06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/command_write_concern.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class WriteConcernTest {
1111
this.configuration = configuration;
1212
this.responseDecoration = {};
1313
const electionIds = [new ObjectId(), new ObjectId()];
14-
const defaultFields = Object.assign({}, mock.DEFAULT_ISMASTER, {
14+
const defaultFields = Object.assign({}, mock.DEFAULT_ISMASTER_36, {
1515
setName: 'rs',
1616
setVersion: 1,
1717
electionId: electionIds[0],

0 commit comments

Comments
 (0)