jinnrry hace 2 años
padre
commit
4a26f52fde
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      server/services/setup/dns_test.go

+ 1 - 1
server/services/setup/dns_test.go

@@ -3,5 +3,5 @@ package setup
 import "testing"
 
 func TestGetIp(t *testing.T) {
-	GetIp()
+	getIp()
 }