diff options
Diffstat (limited to 'jstests/replsets/stepdown_long_wait_time.js')
-rw-r--r-- | jstests/replsets/stepdown_long_wait_time.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/replsets/stepdown_long_wait_time.js b/jstests/replsets/stepdown_long_wait_time.js index 37308885c9a..db1821cf988 100644 --- a/jstests/replsets/stepdown_long_wait_time.js +++ b/jstests/replsets/stepdown_long_wait_time.js @@ -55,7 +55,7 @@ jsTestLog("do a write and wait for it to be waiting for a lock"); var updateCmd = function() { - jsTestLog('Updating document on the primary. Blocks until the primary has stepped down.') + jsTestLog('Updating document on the primary. Blocks until the primary has stepped down.'); try { var res = db.getSiblingDB("stepDownWithLongWait").foo.update({}, {$inc: {x: 1}}); jsTestLog('Unexpected successful update operation on the primary during step down: ' + |