summaryrefslogtreecommitdiff
path: root/jstests/core/fts_phrase.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/fts_phrase.js')
-rw-r--r--jstests/core/fts_phrase.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/core/fts_phrase.js b/jstests/core/fts_phrase.js
index 75280c81304..471fedbfb42 100644
--- a/jstests/core/fts_phrase.js
+++ b/jstests/core/fts_phrase.js
@@ -1,6 +1,6 @@
t = db.text_phrase;
-t.drop()
+t.drop();
t.save( { _id : 1 , title : "my blog post" , text : "i am writing a blog. yay" } );
t.save( { _id : 2 , title : "my 2nd post" , text : "this is a new blog i am typing. yay" } );