pull/7/head
Yasuhiro Matsumoto 2017-04-14 17:30:27 +09:00
parent c3ca0792f5
commit d1e98eb548
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@ package mastodon
import (
"fmt"
"io"
"net/http"
"net/http/httptest"
"testing"
@ -121,4 +122,5 @@ func TestForTheCoverages(t *testing.T) {
(*NotificationEvent)(nil).event()
(*DeleteEvent)(nil).event()
(*ErrorEvent)(nil).event()
(&ErrorEvent{io.EOF}).Error()
}