summaryrefslogtreecommitdiff
path: root/jstests/replsets/apply_ops_insert_write_conflict_nonatomic.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/replsets/apply_ops_insert_write_conflict_nonatomic.js')
-rw-r--r--jstests/replsets/apply_ops_insert_write_conflict_nonatomic.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/jstests/replsets/apply_ops_insert_write_conflict_nonatomic.js b/jstests/replsets/apply_ops_insert_write_conflict_nonatomic.js
index 2e91de8637a..a7843716bac 100644
--- a/jstests/replsets/apply_ops_insert_write_conflict_nonatomic.js
+++ b/jstests/replsets/apply_ops_insert_write_conflict_nonatomic.js
@@ -1,10 +1,10 @@
(function() {
- 'use strict';
+'use strict';
- load("jstests/replsets/libs/apply_ops_insert_write_conflict.js");
+load("jstests/replsets/libs/apply_ops_insert_write_conflict.js");
- new ApplyOpsInsertWriteConflictTest({
- testName: 'apply_ops_insert_write_conflict_nonatomic',
- atomic: false
- }).run();
+new ApplyOpsInsertWriteConflictTest({
+ testName: 'apply_ops_insert_write_conflict_nonatomic',
+ atomic: false
+}).run();
}());