(t *testing.T)
| 61 | } |
| 62 | |
| 63 | func TestInValidVersionRequest(t *testing.T) { |
| 64 | createRequest(t, 4, connectCommand, "127.0.0.1", 1337, true) |
| 65 | } |
| 66 | |
| 67 | func TestInValidIPRequest(t *testing.T) { |
| 68 | createRequest(t, 4, connectCommand, "127.0.01", 1337, true) |
nothing calls this directly
no test coverage detected
searching dependent graphs…