diff options
Diffstat (limited to 'plugin/file/secondary_test.go')
-rw-r--r-- | plugin/file/secondary_test.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugin/file/secondary_test.go b/plugin/file/secondary_test.go index db98b4f97..5c393e440 100644 --- a/plugin/file/secondary_test.go +++ b/plugin/file/secondary_test.go @@ -125,7 +125,6 @@ func TestTransferIn(t *testing.T) { defer s.Shutdown() z := new(Zone) - z.Expired = new(bool) z.origin = testZone z.TransferFrom = []string{addrstr} @@ -140,7 +139,6 @@ func TestTransferIn(t *testing.T) { func TestIsNotify(t *testing.T) { z := new(Zone) - z.Expired = new(bool) z.origin = testZone state := newRequest(testZone, dns.TypeSOA) // need to set opcode |