add ConversationEvent in TestForTheCoverages

pull/171/head
Rasmus Lindroth 2022-12-30 11:22:00 +01:00
parent fe547bf14f
commit f54995fdf9
1 changed files with 1 additions and 0 deletions

View File

@ -594,6 +594,7 @@ func TestForTheCoverages(t *testing.T) {
(*UpdateEvent)(nil).event()
(*UpdateEditEvent)(nil).event()
(*NotificationEvent)(nil).event()
(*ConversationEvent)(nil).event()
(*DeleteEvent)(nil).event()
(*ErrorEvent)(nil).event()
_ = (&ErrorEvent{io.EOF}).Error()