Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

Commit

Permalink
fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippLgh committed Mar 31, 2020
1 parent aa85161 commit 8ade7f7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ tape('[Common]: Initialization / Chain params', function(t: tape.Test) {
const hash = '0xd4e56740f876aef8c010b86a40d5f56745a118d0906a34e69aec8c0db1cb8fa3'
st.equal(c.genesis().hash, hash, 'should return correct genesis hash')
st.equal(c.hardforks()[3]['block'], 2463000, 'should return correct hardfork data')
st.equal(c.bootstrapNodes()[0].port, 30303, 'should return a bootstrap node array')

st.true('port' in c.bootstrapNodes()[0], 'should return a bootstrap node array')
st.end()
})

Expand Down

0 comments on commit 8ade7f7

Please sign in to comment.