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