summaryrefslogtreecommitdiff
path: root/jstests/sharding/delete_during_migrate.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/sharding/delete_during_migrate.js')
-rw-r--r--jstests/sharding/delete_during_migrate.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/jstests/sharding/delete_during_migrate.js b/jstests/sharding/delete_during_migrate.js
index 982b0c00787..3926d180acb 100644
--- a/jstests/sharding/delete_during_migrate.js
+++ b/jstests/sharding/delete_during_migrate.js
@@ -38,8 +38,8 @@ startMongoProgramNoConnect("mongo",
dbname);
// migrate while deletions are happening
-var moveResult = s.adminCommand(
- {moveChunk: ns, find: {a: 1}, to: st.getOther(st.getPrimaryShard(dbname)).name});
+var moveResult =
+ s.adminCommand({moveChunk: ns, find: {a: 1}, to: st.getOther(st.getPrimaryShard(dbname)).name});
// check if migration worked
assert(moveResult.ok, "migration didn't work while doing deletes");