(t *testing.T)
| 47 | } |
| 48 | |
| 49 | func TestChannelCreate(t *testing.T) { |
| 50 | integration.TestChannelCreate(t, &srv{}) |
| 51 | } |
| 52 | |
| 53 | func TestChannelContinue(t *testing.T) { |
| 54 | integration.TestChannelContinue(t, &srv{}) |
nothing calls this directly
no test coverage detected