Skip to content

Commit

Permalink
Revert "Auxiliary commit to revert individual files from 16fed79"
Browse files Browse the repository at this point in the history
This reverts commit f59e1459f3f7561e0483bc8542110794951585c5.
  • Loading branch information
rkapka committed Jul 10, 2024
1 parent dfff927 commit af85fac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ import (
)

func TestMainnet_Electra_Forkchoice(t *testing.T) {
t.Skip("TODO: Electra")
forkchoice.Run(t, "mainnet", version.Electra)
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ import (
)

func TestMinimal_Electra_Forkchoice(t *testing.T) {
t.Skip("TODO: Electra")
forkchoice.Run(t, "minimal", version.Electra)
}

0 comments on commit af85fac

Please sign in to comment.