From 0b5c0722e0f19920045010ad2a72eee2c7f9c23a Mon Sep 17 00:00:00 2001 From: Ewald Moitzi Date: Tue, 27 May 2014 12:43:56 +0200 Subject: [PATCH] removed .only from remote testcase for pending transactions --- test/remote-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/remote-test.js b/test/remote-test.js index 84275182..44c32d88 100644 --- a/test/remote-test.js +++ b/test/remote-test.js @@ -164,7 +164,7 @@ describe('Remote', function () { } } }) - it.only('should set transaction members correct ', function(done) { + it('should set transaction members correct ', function(done) { remote = new Remote(options); remote.storage = database; remote.transaction = function() {