waku/v2/rendezvous/rendezvous_test.go
Function TestRendezvous
has 57 lines of code (exceeds 50 allowed). Consider refactoring. Open
Open
func TestRendezvous(t *testing.T) {
ctx, cancel := context.WithTimeout(context.Background(), 30*time.Second)
defer cancel()
port1, err := tests.FindFreePort(t, "", 5)