Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Bez625 committed Jul 23, 2024
1 parent ae76815 commit c64282e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/controller/standard/events_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ func TestVerifySyncCommitteeEvents(t *testing.T) {
params: append(params, standard.WithSignedBeaconBlockProvider(unhappySignedBeaconBlockProvider)),
logEntries: []string{
"Received head event",
"Failed to retrieve head block for sync committee validation",
"Failed to retrieve head block for sync committee verification",
},
testSpecificPriming: func(service *mocksynccommitteemessenger.Service) {
service.PrimeLastReported(previousSlot, synccommitteemessenger.SlotData{Root: root, ValidatorToCommitteeIndex: validatorIndexToCommitteeIndices})
Expand All @@ -186,7 +186,7 @@ func TestVerifySyncCommitteeEvents(t *testing.T) {
params: append(params, standard.WithSignedBeaconBlockProvider(happySignedBeaconBlockProvider)),
logEntries: []string{
"Received head event",
"No reported sync committee message data for slot; skipping validation",
"No reported sync committee message data for slot; skipping verification",
},
testSpecificPriming: func(service *mocksynccommitteemessenger.Service) {},
},
Expand Down

0 comments on commit c64282e

Please sign in to comment.