()
| 529 | } |
| 530 | |
| 531 | func newTestSubscriptionManager() *SubscriptionManager { |
| 532 | return newTestSubscriptionManagerWithParams(testSubscriptionParams{}) |
| 533 | } |
| 534 | |
| 535 | func newTestSubscriptionManagerWithParams(params testSubscriptionParams) *SubscriptionManager { |
| 536 | p := &typesfakes.FakeLocalParticipant{} |
no test coverage detected