Skip to content

Commit

Permalink
Merge pull request masylum#24 from jrom/missing-parens
Browse files Browse the repository at this point in the history
missing parens
  • Loading branch information
Josep M. Bach committed May 8, 2012
2 parents ab1ac41 + e1b7c29 commit e09c1dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/helpers/collection_proxy_test.js
@@ -1,6 +1,6 @@
var testosterone = require('testosterone')({post: 3000, sync: true, title: 'mongolia/helpers/collection_proxy.js'}),
assert = testosterone.assert,
gently = global.GENTLY = new (require('gently')),
gently = global.GENTLY = new (require('gently'))(),
CollectionProxy = require('./../../lib/helpers/collection_proxy'),
Collection = require('mongodb/lib/mongodb/collection').Collection.prototype,
Model;
Expand Down

0 comments on commit e09c1dd

Please sign in to comment.