Skip to content

Commit

Permalink
refactor(NODE-3789):Update tests with oppressive language in their de…
Browse files Browse the repository at this point in the history
…scription
  • Loading branch information
ljhaywar committed Dec 7, 2021
1 parent b53ec10 commit 8d1c94b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/functional/connections_stepdown.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,14 +135,14 @@ describe('Connections survive primary step down', function () {
});
}

it('Not Master - Keep Connection Pool', {
it('Not Primary - Keep Connection Pool', {
metadata: { requires: { mongodb: '>=4.2.0', topology: 'replicaset' } },
test: function () {
return runStepownScenario(10107, expectPoolWasNotCleared);
}
});

it('Not Master - Reset Connection Pool', {
it('Not Primary - Reset Connection Pool', {
metadata: { requires: { mongodb: '4.0.x', topology: 'replicaset' } },
test: function () {
return runStepownScenario(10107, expectPoolWasCleared);
Expand Down

0 comments on commit 8d1c94b

Please sign in to comment.