summaryrefslogtreecommitdiff
path: root/jstests/slow2/replsets_killop.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/slow2/replsets_killop.js')
-rw-r--r--jstests/slow2/replsets_killop.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/slow2/replsets_killop.js b/jstests/slow2/replsets_killop.js
index a5c708ae1c5..603e1f9c63e 100644
--- a/jstests/slow2/replsets_killop.js
+++ b/jstests/slow2/replsets_killop.js
@@ -7,7 +7,7 @@ numDocs = 1e5;
replTest = new ReplSetTest( { name:'test', nodes:3 } );
nodes = replTest.startSet();
replTest.initiate();
-primary = replTest.getMaster();
+primary = replTest.getPrimary();
secondary = replTest.getSecondary();
db = primary.getDB( 'test' );
db.test.save( { a:0 } );