parent
2dbc1ea3b3
commit
eba4a8b87c
2 changed files with 8 additions and 4 deletions
|
|
@ -516,7 +516,7 @@ func TestBuildResolversForLua(t *testing.T) {
|
|||
t.Errorf("Expected '%v' but returned '%v'", expected, actual)
|
||||
}
|
||||
|
||||
expected = "\"192.0.0.1\", \"2001:db8:1234::\""
|
||||
expected = "\"192.0.0.1\", \"[2001:db8:1234::]\""
|
||||
actual = buildResolversForLua(ipList, false)
|
||||
|
||||
if expected != actual {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue