tests for the coverages

pull/7/head
Yasuhiro Matsumoto 2017-04-14 17:21:31 +09:00
parent 15c320b75d
commit d168c8b4a6
1 changed files with 7 additions and 0 deletions

View File

@ -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()
}