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