1
0
mirror of https://github.com/nikoksr/notify.git synced 2025-07-15 01:34:58 +02:00

test(lint): ignore warning

This commit is contained in:
Niko Köser
2022-04-22 20:38:49 +02:00
parent 1f8d183210
commit d50bbdd656

View File

@ -19,6 +19,7 @@ func TestNotifySend(t *testing.T) {
}
// Nil context
//nolint:staticcheck
if err := n.Send(nil, "subject", "message"); err != nil {
t.Errorf("Send() returned error: %v", err)
}