summaryrefslogtreecommitdiff
path: root/jstests/sharding/SERVER-7379.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/sharding/SERVER-7379.js')
-rw-r--r--jstests/sharding/SERVER-7379.js6
1 files changed, 1 insertions, 5 deletions
diff --git a/jstests/sharding/SERVER-7379.js b/jstests/sharding/SERVER-7379.js
index bdf311cbf6e..a98161f101e 100644
--- a/jstests/sharding/SERVER-7379.js
+++ b/jstests/sharding/SERVER-7379.js
@@ -7,11 +7,7 @@ st.adminCommand(
var db = st.s.getDB('test');
var offerChange = db.getCollection('offerChange');
-var testDoc = {
- "_id": 123,
- "categoryId": 9881,
- "store": "NEW"
-};
+var testDoc = {"_id": 123, "categoryId": 9881, "store": "NEW"};
offerChange.remove({}, false);
offerChange.insert(testDoc);