diff options
Diffstat (limited to 'test/hosts_file_test.go')
-rw-r--r-- | test/hosts_file_test.go | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/hosts_file_test.go b/test/hosts_file_test.go index b0e2ae23b..1c29f5391 100644 --- a/test/hosts_file_test.go +++ b/test/hosts_file_test.go @@ -8,11 +8,11 @@ import ( func TestHostsInlineLookup(t *testing.T) { corefile := `example.org:0 { - hosts highly_unlikely_to_exist_hosts_file example.org { - 10.0.0.1 example.org - fallthrough - } - }` + hosts highly_unlikely_to_exist_hosts_file example.org { + 10.0.0.1 example.org + fallthrough + } + }` i, udp, _, err := CoreDNSServerAndPorts(corefile) if err != nil { |