Skip to content

Commit

Permalink
Fixed another test reliying in the checkpoints update
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigo-o committed Jan 24, 2025
1 parent 135a741 commit 55b4cc7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/unit/beacon_api/beacon_api_v1_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ defmodule Unit.BeaconApiTest.V1 do
test "node identity" do
alias LambdaEthereumConsensus.Libp2pPort
alias LambdaEthereumConsensus.P2P.Metadata

patch(BeaconApi.EventPubSub, :publish, fn _, _ -> :ok end)
patch(ForkChoice, :get_fork_version, fn -> ChainSpec.get("DENEB_FORK_VERSION") end)

start_link_supervised!({Libp2pPort, genesis_time: :os.system_time(:second), store: %Store{}})
Expand Down

0 comments on commit 55b4cc7

Please sign in to comment.