1
0
mirror of https://github.com/taigrr/godns synced 2025-01-18 04:03:25 -08:00

update testcase

This commit is contained in:
Timothy 2017-10-27 11:14:22 +08:00
parent 4bca24fe97
commit 05aca524ee

View File

@ -5,7 +5,7 @@ import (
)
func testGetCurrentIP(t *testing.T) {
ip, _ := getCurrentIP("http://members.3322.org/dyndns/getip")
ip, _ := GetCurrentIP("http://members.3322.org/dyndns/getip")
if ip == "" {
t.Log("IP is empty...")