Skip to content

Commit

Permalink
fix: unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
joanestebanr committed Jan 23, 2025
1 parent 69ba586 commit 3bbee73
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions rpc/batch_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ func Test_getBatchFromRPC(t *testing.T) {
tt := tt

t.Run(tt.name, func(t *testing.T) {
t.Parallel()

srv := httptest.NewServer(http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
var req rpc.Request
err := json.NewDecoder(r.Body).Decode(&req)
Expand Down Expand Up @@ -228,8 +226,6 @@ func Test_getGetL2BlockTimestamp(t *testing.T) {
tt := tt

t.Run(tt.name, func(t *testing.T) {
t.Parallel()

srv := httptest.NewServer(http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
var req rpc.Request
err := json.NewDecoder(r.Body).Decode(&req)
Expand Down

0 comments on commit 3bbee73

Please sign in to comment.