(t *testing.T, url string)
| 523 | } |
| 524 | |
| 525 | func testClient(t *testing.T, url string) *testingClient { |
| 526 | client := createClient(t, url) |
| 527 | startReading(client) |
| 528 | return client |
| 529 | } |
| 530 | |
| 531 | func startReading(client *testingClient) { |
| 532 | go func() { |
no test coverage detected
searching dependent graphs…