summaryrefslogtreecommitdiff
path: root/jstests/core/dropdb.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/dropdb.js')
-rw-r--r--jstests/core/dropdb.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/jstests/core/dropdb.js b/jstests/core/dropdb.js
index 1af56da34bf..1fd3fd10582 100644
--- a/jstests/core/dropdb.js
+++ b/jstests/core/dropdb.js
@@ -12,8 +12,8 @@ function check(shouldExist) {
var dbs = m.getDBNames();
assert.eq(Array.contains(dbs, baseName),
shouldExist,
- "DB " + baseName + " should " + (shouldExist ? "" : "not ") + "exist." + " dbs: " +
- tojson(dbs) + "\n" + tojson(m.getDBs()));
+ "DB " + baseName + " should " + (shouldExist ? "" : "not ") + "exist." +
+ " dbs: " + tojson(dbs) + "\n" + tojson(m.getDBs()));
}
ddb.c.save({});