(userID uint, msg *model.MessageExternal)
| 77 | } |
| 78 | |
| 79 | func (s *PluginSuite) Notify(userID uint, msg *model.MessageExternal) { |
| 80 | s.notified = true |
| 81 | } |
| 82 | |
| 83 | func (s *PluginSuite) Test_GetPlugins() { |
| 84 | test.WithUser(s.ctx, 1) |
nothing calls this directly
no outgoing calls
no test coverage detected