Skip to content

Commit

Permalink
Uncomment TestP2pNetwork_SubscribeBroadcast
Browse files Browse the repository at this point in the history
  • Loading branch information
nkryuchkov committed Jul 29, 2024
1 parent 1ed7dd4 commit d9bfbfe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions network/p2p/p2p_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ func TestGetMaxPeers(t *testing.T) {
}

func TestP2pNetwork_SubscribeBroadcast(t *testing.T) {
t.Skip("need to implement validator store")

n := 4
ctx, cancel := context.WithCancel(context.Background())
defer cancel()
Expand Down

0 comments on commit d9bfbfe

Please sign in to comment.