mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-19 03:35:49 +00:00
removed .only from remote testcase for pending transactions
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user