Skip to content

Commit

Permalink
swap
Browse files Browse the repository at this point in the history
  • Loading branch information
vtopc committed Nov 2, 2024
1 parent 48087d0 commit ac1608c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mailgun_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func TestMailgun(t *testing.T) {

client := new(http.Client)
m.SetClient(client)
require.Equal(t, client, m.Client())
require.Equal(t, m.Client(), client)
}

func TestInvalidBaseAPI(t *testing.T) {
Expand Down

0 comments on commit ac1608c

Please sign in to comment.