Skip to content

Commit 8d1c94b

Browse files
authored
refactor(NODE-3789):Update tests with oppressive language in their description
1 parent b53ec10 commit 8d1c94b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/functional/connections_stepdown.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,14 +135,14 @@ describe('Connections survive primary step down', function () {
135135
});
136136
}
137137

138-
it('Not Master - Keep Connection Pool', {
138+
it('Not Primary - Keep Connection Pool', {
139139
metadata: { requires: { mongodb: '>=4.2.0', topology: 'replicaset' } },
140140
test: function () {
141141
return runStepownScenario(10107, expectPoolWasNotCleared);
142142
}
143143
});
144144

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

0 commit comments

Comments
 (0)