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

chore: gofumpt changes

This commit is contained in:
Stefanos Valoumas 2022-09-12 15:16:10 +03:00
parent 0c8245d5d7
commit 528ac06195

View File

@ -20,6 +20,7 @@ func TestTwilio_New(t *testing.T) {
assert.NotNil(service)
assert.Nil(err)
}
func TestTwilio_AddReceivers(t *testing.T) {
t.Parallel()