Skip to content

Commit

Permalink
Update main_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
EldersJavas committed Sep 20, 2021
1 parent 5e876aa commit 153fd2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ func TestSend(t *testing.T) {
}
for _, tt := range tests {
t.Run(tt.name, func(t *testing.T) {
got, err := Send(tt.args.message, tt.args.pushURL)
got, err := send(tt.args.message, tt.args.pushURL)
if (err != nil) != tt.wantErr {
t.Errorf("Send() error = %v, wantErr %v", err, tt.wantErr)
return
Expand Down

0 comments on commit 153fd2c

Please sign in to comment.