(t *testing.T)
| 11 | } |
| 12 | |
| 13 | func TestLoggingCreate(t *testing.T) { |
| 14 | integration.TestLoggingCreate(t, &srv{}) |
| 15 | } |
| 16 | |
| 17 | func TestLoggingRotate(t *testing.T) { |
| 18 | integration.TestLoggingRotate(t, &srv{}) |
nothing calls this directly
no test coverage detected