Skip to content

Commit 2b2ff83

Browse files
ethash: fix test (#3925)
1 parent d3e8e33 commit 2b2ff83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ethash/test/miner.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ describe('Miner', () => {
7575
const blockMiner = e.getMiner(block)
7676
const blockSolution = <Block>await blockMiner.mine(-1)
7777

78-
assert.isTrue(e.verifyPOW(blockSolution))
78+
assert.isTrue(await e.verifyPOW(blockSolution))
7979
}, 60000)
8080

8181
it('Check if it is possible to stop the miner', async () => {

0 commit comments

Comments
 (0)