From e1b7c2932509f003c2ce778c0dc177fe85eda4fb Mon Sep 17 00:00:00 2001 From: Jordi Romero Date: Tue, 8 May 2012 01:09:40 +0200 Subject: [PATCH] missing parens --- test/helpers/collection_proxy_test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/helpers/collection_proxy_test.js b/test/helpers/collection_proxy_test.js index b1df87a..4e65cd1 100644 --- a/test/helpers/collection_proxy_test.js +++ b/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;