Skip to content

Commit

Permalink
tests fix
Browse files Browse the repository at this point in the history
  • Loading branch information
error2215 committed Mar 9, 2022
1 parent bcb2b72 commit b5e6233
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/forkid/forkid_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@ func TestCreation(t *testing.T) {
params.MainnetChainConfig,
params.MainnetGenesisHash,
[]testcase{
{0, ID{Hash: checksumToBytes(0xd959dc39), Next: 0}},
{0, ID{Hash: checksumToBytes(0x41b0e7be), Next: 0}},
},
},
// Devin test cases
{
params.DevinChainConfig,
params.DevinGenesisHash,
[]testcase{
{10, ID{Hash: checksumToBytes(0x546c4cf5), Next: 0}},
{10, ID{Hash: checksumToBytes(0x2270776e), Next: 0}},
},
},
}
Expand Down

0 comments on commit b5e6233

Please sign in to comment.