summaryrefslogtreecommitdiff
path: root/jstests/replsets/system_profile.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/replsets/system_profile.js')
-rw-r--r--jstests/replsets/system_profile.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/jstests/replsets/system_profile.js b/jstests/replsets/system_profile.js
index 592accb43b8..5a40e594866 100644
--- a/jstests/replsets/system_profile.js
+++ b/jstests/replsets/system_profile.js
@@ -36,8 +36,8 @@
// emptycapped the collection
assert.commandWorked(primaryDB.runCommand({emptycapped: "system.profile"}));
- assert.eq(op, getLatestOp(),
- "oplog entry created when system.profile was emptied via emptycapped");
+ assert.eq(
+ op, getLatestOp(), "oplog entry created when system.profile was emptied via emptycapped");
assert(primaryDB.system.profile.drop());
// convertToCapped