removed .only from remote testcase for pending transactions

This commit is contained in:
Ewald Moitzi
2014-05-27 12:43:56 +02:00
parent 3964e4522e
commit 0b5c0722e0

View File

@@ -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 = new Remote(options);
remote.storage = database; remote.storage = database;
remote.transaction = function() { remote.transaction = function() {