pull/7/head
Yasuhiro Matsumoto 2017-04-14 19:20:23 +09:00
parent aaa63c0e52
commit d14072e12b
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ func TestForTheCoverages(t *testing.T) {
(*NotificationEvent)(nil).event()
(*DeleteEvent)(nil).event()
(*ErrorEvent)(nil).event()
(&ErrorEvent{io.EOF}).Error()
_ = (&ErrorEvent{io.EOF}).Error()
}
func TestGetAccount(t *testing.T) {