diff options
| author | Shulhan <ms@kilabit.info> | 2019-06-14 16:35:54 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2019-06-14 16:35:54 +0700 |
| commit | c803f0362cfc5693af849a9267952282eb54bb49 (patch) | |
| tree | 7d3a3f64ce55da6073977a0c43aafad9b8939442 | |
| parent | 4d4cb0a39e6973ab13c0d89bcdffbb8da9cb3431 (diff) | |
| download | pakakeh.go-c803f0362cfc5693af849a9267952282eb54bb49.tar.xz | |
smtp: fix test on Lookup ip address
| -rw-r--r-- | lib/smtp/client_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/smtp/client_test.go b/lib/smtp/client_test.go index 22d54558..dea53f48 100644 --- a/lib/smtp/client_test.go +++ b/lib/smtp/client_test.go @@ -267,7 +267,7 @@ func TestLookup(t *testing.T) { }, { desc: "With MX", address: "kilabit.info", - exp: net.ParseIP("103.200.4.162"), + exp: net.ParseIP("64.233.176.14"), }} for _, c := range cases { |
