Test fixed
This commit is contained in:
parent
3c238ca064
commit
8c36b040c0
1 changed files with 1 additions and 1 deletions
|
|
@ -2486,7 +2486,7 @@ describe('Wallet model', function() {
|
||||||
});
|
});
|
||||||
|
|
||||||
describe('#getTransactionHistoryCsv', function() {
|
describe('#getTransactionHistoryCsv', function() {
|
||||||
it.only('should return list of txs', function(done) {
|
it('should return list of txs', function(done) {
|
||||||
var w = cachedCreateW2();
|
var w = cachedCreateW2();
|
||||||
var txs = [{
|
var txs = [{
|
||||||
vin: [{
|
vin: [{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue