Skip to content

Commit

Permalink
test: fix command write concern test
Browse files Browse the repository at this point in the history
  • Loading branch information
durran committed Oct 28, 2021
1 parent 63c0979 commit 6484982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/command_write_concern.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class WriteConcernTest {
this.configuration = configuration;
this.responseDecoration = {};
const electionIds = [new ObjectId(), new ObjectId()];
const defaultFields = Object.assign({}, mock.DEFAULT_ISMASTER, {
const defaultFields = Object.assign({}, mock.DEFAULT_ISMASTER_36, {
setName: 'rs',
setVersion: 1,
electionId: electionIds[0],
Expand Down

0 comments on commit 6484982

Please sign in to comment.