(t *testing.T)
| 19 | } |
| 20 | |
| 21 | func TestBridgeAddChannel(t *testing.T) { |
| 22 | integration.TestBridgeAddChannel(t, &srv{}) |
| 23 | } |
| 24 | |
| 25 | func TestBridgeRemoveChannel(t *testing.T) { |
| 26 | integration.TestBridgeRemoveChannel(t, &srv{}) |
nothing calls this directly
no test coverage detected