Skip to content

Commit

Permalink
nit: cleanup test
Browse files Browse the repository at this point in the history
  • Loading branch information
ckartik committed Oct 15, 2024
1 parent 89402c7 commit 422eb7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mevcommitclient/mev_commit_client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func TestListenForBuildersEvents(t *testing.T) {

go func() {
select {
case _ = <-builderRegisteredCh:
case <-builderRegisteredCh:
case <-time.After(10 * time.Second):
t.Log("No events received after 10 seconds")
t.Fail()
Expand Down

0 comments on commit 422eb7c

Please sign in to comment.