summaryrefslogtreecommitdiff
path: root/jstests/core/ref4.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/ref4.js')
-rw-r--r--jstests/core/ref4.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/jstests/core/ref4.js b/jstests/core/ref4.js
index 07796d1e96a..882253f3883 100644
--- a/jstests/core/ref4.js
+++ b/jstests/core/ref4.js
@@ -5,10 +5,7 @@ b = db.ref4b;
a.drop();
b.drop();
-var other = {
- s: "other thing",
- n: 17
-};
+var other = {s: "other thing", n: 17};
b.save(other);
a.save({name: "abc", others: [new DBRef("ref4b", other._id), new DBPointer("ref4b", other._id)]});