(userID uint, msg *model.MessageExternal)
| 45 | } |
| 46 | |
| 47 | func (s *MessageSuite) Notify(userID uint, msg *model.MessageExternal) { |
| 48 | s.notifiedMessage = msg |
| 49 | } |
| 50 | |
| 51 | func (s *MessageSuite) Test_ensureCorrectJsonRepresentation() { |
| 52 | t, _ := time.Parse("2006/01/02", "2017/01/02") |
nothing calls this directly
no outgoing calls
no test coverage detected