Skip to content

Commit

Permalink
Remove some TODO comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jtraglia committed May 6, 2024
1 parent 544668b commit bc9743e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions spec/versionedsignedbuilderbid_json_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ import (
"gotest.tools/assert"
)

// TODO(JWT): add tests for electra.

func TestVersionedSignedBuilderBidJSON(t *testing.T) {
tests := []struct {
name string
Expand Down
2 changes: 0 additions & 2 deletions spec/versionedsignedbuilderbid_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ import (
"github.com/stretchr/testify/require"
)

// TODO(JWT): add tests for electra.

func TestVersionedSignedBuilderBidEmpty(t *testing.T) {
empty := &spec.VersionedSignedBuilderBid{
Version: consensusspec.DataVersionBellatrix,
Expand Down
2 changes: 0 additions & 2 deletions spec/versionedsubmitblockrequest_json_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ import (
"gotest.tools/assert"
)

// TODO(JWT): add tests for electra.

func TestVersionedSubmitBlockRequestJSON(t *testing.T) {
tests := []struct {
name string
Expand Down
2 changes: 0 additions & 2 deletions spec/versionedsubmitblockrequest_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ import (
"github.com/stretchr/testify/require"
)

// TODO(JWT): add tests for electra.

func TestVersionedSubmitBlockRequestEmpty(t *testing.T) {
empty := &spec.VersionedSubmitBlockRequest{
Version: consensusspec.DataVersionBellatrix,
Expand Down

0 comments on commit bc9743e

Please sign in to comment.