diff --git a/mastodon_test.go b/mastodon_test.go index 4815d5f..6b2a570 100644 --- a/mastodon_test.go +++ b/mastodon_test.go @@ -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) {