summaryrefslogtreecommitdiff
path: root/jstests/replsets/rollback3.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/replsets/rollback3.js')
-rw-r--r--jstests/replsets/rollback3.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/replsets/rollback3.js b/jstests/replsets/rollback3.js
index 1bb1d3110d1..bf987d9d143 100644
--- a/jstests/replsets/rollback3.js
+++ b/jstests/replsets/rollback3.js
@@ -152,7 +152,7 @@ load("jstests/replsets/rslib.js");
conns[1].reconnect(conns[2]);
conns[0].reconnect(conns[1]);
- awaitOpTime(b.getMongo(), getLatestOp(a_conn).ts);
+ awaitOpTime(b_conn, a_conn);
// await steady state and ensure the two nodes have the same contents
replTest.awaitSecondaryNodes();