summaryrefslogtreecommitdiff
path: root/jstests/core/capped1.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/capped1.js')
-rw-r--r--jstests/core/capped1.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/jstests/core/capped1.js b/jstests/core/capped1.js
index 0bbeaa40894..96099d7a9fd 100644
--- a/jstests/core/capped1.js
+++ b/jstests/core/capped1.js
@@ -6,6 +6,6 @@ db.createCollection("capped1" , {capped:true, size:1024 });
v = t.validate();
assert( v.valid , "A : " + tojson( v ) ); // SERVER-485
-t.save( { x : 1 } )
-assert( t.validate().valid , "B" )
+t.save( { x : 1 } );
+assert( t.validate().valid , "B" );