summaryrefslogtreecommitdiff
path: root/jstests/gle/core/error3.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/gle/core/error3.js')
-rw-r--r--jstests/gle/core/error3.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/jstests/gle/core/error3.js b/jstests/gle/core/error3.js
index 9f7f298cb5e..7067f68f8a8 100644
--- a/jstests/gle/core/error3.js
+++ b/jstests/gle/core/error3.js
@@ -1,5 +1,5 @@
-db.runCommand( "forceerror" );
-assert.eq( "forced error" , db.getLastError() );
-db.runCommand( "switchtoclienterrors" );
-assert.isnull( db.getLastError() );
+db.runCommand("forceerror");
+assert.eq("forced error", db.getLastError());
+db.runCommand("switchtoclienterrors");
+assert.isnull(db.getLastError());