diff options
author | Kristina Chodorow <kristina@10gen.com> | 2010-11-10 21:44:07 -0500 |
---|---|---|
committer | Kristina Chodorow <kristina@10gen.com> | 2010-11-10 21:44:07 -0500 |
commit | b337c99bedb463a630983caabf4bef23f57a8115 (patch) | |
tree | 8404206100315a69959394549b7cb7fcfcce4449 /jstests/replsets/initial_sync2.js | |
parent | 57e5be0251452e86258d49aae0ad6ec8d725730f (diff) | |
download | mongo-b337c99bedb463a630983caabf4bef23f57a8115.tar.gz |
paren MINOR
Diffstat (limited to 'jstests/replsets/initial_sync2.js')
-rw-r--r-- | jstests/replsets/initial_sync2.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/replsets/initial_sync2.js b/jstests/replsets/initial_sync2.js index 05d7e2038b5..d1dffa508b9 100644 --- a/jstests/replsets/initial_sync2.js +++ b/jstests/replsets/initial_sync2.js @@ -89,7 +89,7 @@ wait(function() { var status = admin_s2.runCommand({replSetGetStatus:1}); printjson(status); return status.members && - (status.members[2].state == 3 || status.members[2].state == 2; + (status.members[2].state == 3 || status.members[2].state == 2); }); |