diff options
Diffstat (limited to 'jstests/replsets/temp_namespace.js')
-rw-r--r-- | jstests/replsets/temp_namespace.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/replsets/temp_namespace.js b/jstests/replsets/temp_namespace.js index 3e75ff400e3..07e5291da0e 100644 --- a/jstests/replsets/temp_namespace.js +++ b/jstests/replsets/temp_namespace.js @@ -96,7 +96,7 @@ assert.eq(countIndexesFor(secondDB,/temp\d$/), 0); // indexes (2 _id + 2 x) assert.eq(countCollection(secondDB,/keep\d$/), 4); // check that former primary dropped collections -replTest.awaitReplication() +replTest.awaitReplication(); assert.eq(countCollection(masterDB,/temp\d$/), 0); // collections assert.eq(countIndexesFor(masterDB,/temp\d$/), 0); // indexes (2 _id + 2 x) assert.eq(countCollection(masterDB,/keep\d$/), 4); |