(t *testing.T)
| 1735 | m.callCount++ |
| 1736 | panic("unimplemented") |
| 1737 | } |
| 1738 | |
| 1739 | // DeleteSubscription implements backend.StrictServerInterface. |
| 1740 | // nolint: ireturn // WONTFIX - generated method signature |
| 1741 | func (m *mockServerInterface) DeleteSubscription(ctx context.Context, |
| 1742 | _ backend.DeleteSubscriptionRequestObject) ( |
| 1743 | backend.DeleteSubscriptionResponseObject, error) { |
| 1744 | assertUserInCtx(ctx, m.t, m.expectedUserInCtx) |
| 1745 | m.callCount++ |
| 1746 | panic("unimplemented") |
| 1747 | } |
no test coverage detected