From 6e269fc41dd3a0de8715e50c0810bd5d42af8b1a Mon Sep 17 00:00:00 2001 From: terence tsao Date: Tue, 2 Nov 2021 09:43:51 -0700 Subject: [PATCH] Update tests --- beacon-chain/blockchain/process_block_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beacon-chain/blockchain/process_block_test.go b/beacon-chain/blockchain/process_block_test.go index 096d7341987c..e42418e3f023 100644 --- a/beacon-chain/blockchain/process_block_test.go +++ b/beacon-chain/blockchain/process_block_test.go @@ -327,7 +327,7 @@ func TestUpdateJustified_CouldUpdateBest(t *testing.T) { ctx := context.Background() beaconDB := testDB.SetupDB(t) - cfg := &config{BeaconDB: beaconDB, StateGen: stategen.New(beaconDB)} + cfg := &config{BeaconDB: beaconDB, StateGen: stategen.New(beaconDB), ForkChoiceStore: protoarray.New(0, 0, [32]byte{})} service, err := NewService(ctx) require.NoError(t, err) service.cfg = cfg