1
0
mirror of https://github.com/nikoksr/notify.git synced 2025-03-19 21:08:48 +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
No known key found for this signature in database
GPG Key ID: F3F28C118DAA6375

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)
}