Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
terencechain committed Feb 1, 2022
1 parent 8a84a86 commit 9bec48e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions beacon-chain/node/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,6 @@ func TestConfigureExecutionSetting(t *testing.T) {
cliCtx := cli.NewContext(&app, set, nil)

configureExecutionSetting(cliCtx)

assert.Equal(t, uint64(100), params.BeaconConfig().TerminalTotalDifficulty)
assert.Equal(t, common.HexToHash("0xA"), params.BeaconConfig().TerminalBlockHash)
assert.Equal(t, types.Epoch(200), params.BeaconConfig().TerminalBlockHashActivationEpoch)
assert.Equal(t, common.HexToAddress("0xB"), params.BeaconConfig().FeeRecipient)
}

Expand Down

0 comments on commit 9bec48e

Please sign in to comment.