(t *testing.T)
| 23 | } |
| 24 | |
| 25 | func TestBridgeRemoveChannel(t *testing.T) { |
| 26 | integration.TestBridgeRemoveChannel(t, &srv{}) |
| 27 | } |
| 28 | |
| 29 | func TestBridgeDelete(t *testing.T) { |
| 30 | integration.TestBridgeDelete(t, &srv{}) |
nothing calls this directly
no test coverage detected