()
| 39 | } |
| 40 | |
| 41 | func (s *NotificationTestService) wasUnsubCallbackCalled() bool { |
| 42 | s.mu.Lock() |
| 43 | defer s.mu.Unlock() |
| 44 | return s.unsubscribed |
| 45 | } |
| 46 | |
| 47 | func (s *NotificationTestService) Unsubscribe(subid string) { |
| 48 | s.mu.Lock() |
no test coverage detected