Skip to content

Commit 32d8557

Browse files
committed
Try CI again
1 parent bccab33 commit 32d8557

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/node-http-test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const wclient = new WalletClient({
2424

2525
describe('Node http', function() {
2626
this.timeout(10000);
27-
const witnessedBlockHashes = {};
27+
const witnessedBlocks = {};
2828
let NAME0, NAME1;
2929
let node, miner, chain;
3030

@@ -33,7 +33,7 @@ describe('Node http', function() {
3333
const block = await miner.mineBlock();
3434
const blockHash = block.hash().toString('hex');
3535
await chain.add(block);
36-
await common.forValue(witnessedBlockHashes, blockHash, blockHash);
36+
await common.forValue(witnessedBlocks, blockHash, blockHash);
3737
}
3838
};
3939

0 commit comments

Comments
 (0)