waku/v2/protocol/store/client_test.go
Function TestStoreClient
has 134 lines of code (exceeds 50 allowed). Consider refactoring. Open
Open
func TestStoreClient(t *testing.T) {
ctx, cancel := context.WithTimeout(context.Background(), 60*time.Second)
defer cancel()
port, err := tests.FindFreePort(t, "", 5)