diff options
| author | Shulhan <m.shulhan@gmail.com> | 2020-08-18 01:47:37 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2020-08-18 01:47:37 +0700 |
| commit | e4ca81af2d62241f7095cfe6d925b668cd754c8e (patch) | |
| tree | 1906ece2de802c740a096ec53177fab6fabf8143 /lib/dns/dns_test.go | |
| parent | 57e2c0c5844b5ccc34f309a591626362491a79d8 (diff) | |
| download | pakakeh.go-e4ca81af2d62241f7095cfe6d925b668cd754c8e.tar.xz | |
dns: rename MasterFile to ZoneFile
Diffstat (limited to 'lib/dns/dns_test.go')
| -rw-r--r-- | lib/dns/dns_test.go | 2 |
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) } |
