rethinkdb: fixed test

This commit is contained in:
Igor Oleinikov
2013-12-19 19:48:57 +04:00
parent 4070ed0e79
commit b56ddda6d9
+1 -1
View File
@@ -10,7 +10,7 @@ r.connect({host:"localhost", port: 28015}, function(err, conn) {
users.insert({name: "bob"}).run(conn, function() {})
users.filter(function(doc) {
users.filter(function(doc?) {
return doc("henry").eq("bob")
})
.between("james", "beth")