Skip to content

Commit 3301ede

Browse files
committed
Merge branch 'master' into config-refresh
2 parents d18d8f2 + 92b6af7 commit 3301ede

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/bitcore-node/test/integration/models/block.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ describe('Block Model', function() {
8383
processed: true
8484
});
8585
}
86-
86+
8787
// eslint-disable-next-line @typescript-eslint/no-this-alias
8888
const suite = this;
8989
this.timeout(30000);

packages/bitcore-node/test/integration/wallet-benchmark.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ describe('Wallet Benchmark', function() {
9898
expect(txWallets).to.include(receivingWallet!._id!.toHexString());
9999
expect(txWallets).to.include(sendingWallet!._id!.toHexString());
100100
}
101-
101+
102102
// eslint-disable-next-line @typescript-eslint/no-this-alias
103103
const suite = this;
104104
this.timeout(5000000);

0 commit comments

Comments
 (0)