tests for the coverages
This commit is contained in:
parent
15c320b75d
commit
d168c8b4a6
1 changed files with 7 additions and 0 deletions
|
@ -75,3 +75,10 @@ func TestPostStatus(t *testing.T) {
|
|||
t.Fatalf("should not be fail: %v", err)
|
||||
}
|
||||
}
|
||||
|
||||
func TestForTheCoverages(t *testing.T) {
|
||||
(*UpdateEvent)(nil).event()
|
||||
(*NotificationEvent)(nil).event()
|
||||
(*DeleteEvent)(nil).event()
|
||||
(*ErrorEvent)(nil).event()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue