(t *testing.T)
| 2439 | } |
| 2440 | |
| 2441 | func (s) TestPeerFailedRPC(t *testing.T) { |
| 2442 | for _, e := range listTestEnv() { |
| 2443 | testPeerFailedRPC(t, e) |
| 2444 | } |
| 2445 | } |
| 2446 | |
| 2447 | func testPeerFailedRPC(t *testing.T, e env) { |
| 2448 | te := newTest(t, e) |
nothing calls this directly
no test coverage detected