Skip to content

Commit

Permalink
fix missed type rename in test
Browse files Browse the repository at this point in the history
  • Loading branch information
pk910 committed Oct 4, 2024
1 parent 4aacd50 commit 73e0cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/electra/consensusspec_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ func TestConsensusSpec(t *testing.T) {
s: &phase0.PendingAttestation{},
},
{
name: "PendingBalanceDeposit",
name: "PendingDeposit",
s: &electra.PendingDeposit{},
},
{
Expand Down

0 comments on commit 73e0cd7

Please sign in to comment.