Skip to content

Commit

Permalink
remove redundant test
Browse files Browse the repository at this point in the history
  • Loading branch information
chee-chyuan committed Dec 29, 2021
1 parent ac41cc2 commit 00b78ce
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ describe('Masternode', () => {

await tGroup.add(newTestContainer)
await tGroup.waitForSync()
const tG0BestBlockhash = await tGroup.get(0).rpc.blockchain.getBestBlockHash()
const tG1BestBlockhash = await tGroup.get(1).rpc.blockchain.getBestBlockHash()
expect(tG0BestBlockhash).toEqual(tG1BestBlockhash)

await tGroup.get(1).generate(15)
await tGroup.waitForSync()
Expand Down

0 comments on commit 00b78ce

Please sign in to comment.