go vet
This commit is contained in:
parent
aaa63c0e52
commit
d14072e12b
|
@ -124,7 +124,7 @@ func TestForTheCoverages(t *testing.T) {
|
||||||
(*NotificationEvent)(nil).event()
|
(*NotificationEvent)(nil).event()
|
||||||
(*DeleteEvent)(nil).event()
|
(*DeleteEvent)(nil).event()
|
||||||
(*ErrorEvent)(nil).event()
|
(*ErrorEvent)(nil).event()
|
||||||
(&ErrorEvent{io.EOF}).Error()
|
_ = (&ErrorEvent{io.EOF}).Error()
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestGetAccount(t *testing.T) {
|
func TestGetAccount(t *testing.T) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user