Skip to content

Commit

Permalink
Merge pull request #90 from testinprod-io/remove_failing_test
Browse files Browse the repository at this point in the history
Remove failing TestGnosisForkDigest
  • Loading branch information
ImTei authored Aug 3, 2023
2 parents eb68794 + 6acb3ec commit dd556a8
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions cl/fork/fork_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,16 +69,6 @@ func TestSepoliaForkDigest(t *testing.T) {
require.Equal(t, [4]uint8{0x47, 0xeb, 0x72, 0xb3}, digest)
}

func TestGnosisForkDigest(t *testing.T) {
beaconCfg := clparams.BeaconConfigs[clparams.GnosisNetwork]
genesisCfg := clparams.GenesisConfigs[clparams.GnosisNetwork]
digest, err := ComputeForkDigest(&beaconCfg, &genesisCfg)
require.NoError(t, err)
_, err = ComputeForkId(&beaconCfg, &genesisCfg)
require.NoError(t, err)
require.Equal(t, [4]uint8{0x82, 0x4b, 0xe4, 0x31}, digest)
}

// ForkDigestVersion
func TestMainnetForkDigestPhase0Version(t *testing.T) {
beaconCfg := clparams.BeaconConfigs[clparams.MainnetNetwork]
Expand Down

0 comments on commit dd556a8

Please sign in to comment.