(t *testing.T)
| 15 | } |
| 16 | |
| 17 | func TestApplicationSubscribe(t *testing.T) { |
| 18 | integration.TestApplicationSubscribe(t, &srv{}) |
| 19 | } |
| 20 | |
| 21 | func TestApplicationUnsubscribe(t *testing.T) { |
| 22 | integration.TestApplicationUnsubscribe(t, &srv{}) |
nothing calls this directly
no test coverage detected