aboutsummaryrefslogtreecommitdiff
path: root/lib/dns/dns_test.go
diff options
context:
space:
mode:
authorShulhan <m.shulhan@gmail.com>2020-08-18 01:47:37 +0700
committerShulhan <m.shulhan@gmail.com>2020-08-18 01:47:37 +0700
commite4ca81af2d62241f7095cfe6d925b668cd754c8e (patch)
tree1906ece2de802c740a096ec53177fab6fabf8143 /lib/dns/dns_test.go
parent57e2c0c5844b5ccc34f309a591626362491a79d8 (diff)
downloadpakakeh.go-e4ca81af2d62241f7095cfe6d925b668cd754c8e.tar.xz
dns: rename MasterFile to ZoneFile
Diffstat (limited to 'lib/dns/dns_test.go')
-rw-r--r--lib/dns/dns_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dns/dns_test.go b/lib/dns/dns_test.go
index db0b3fd2..163a369a 100644
--- a/lib/dns/dns_test.go
+++ b/lib/dns/dns_test.go
@@ -42,7 +42,7 @@ func TestMain(m *testing.M) {
log.Fatal(err)
}
- masterFile, err := ParseMasterFile("testdata/kilabit.info", "", 0)
+ masterFile, err := ParseZoneFile("testdata/kilabit.info", "", 0)
if err != nil {
log.Fatal(err)
}