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 6aa7a20 commit 48087d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ips_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func TestDomainIPS(t *testing.T) {
require.NoError(t, err)

require.Len(t, list, 1)
require.Equal(t, list[0].IP, "192.172.1.1")
require.Equal(t, "192.172.1.1", list[0].IP)

err = mg.DeleteDomainIP(ctx, "192.172.1.1")
require.NoError(t, err)
Expand Down

0 comments on commit 48087d0

Please sign in to comment.