From e78d9a7893d8f51122f25e396935085bd9afe266 Mon Sep 17 00:00:00 2001 From: Nguyen Phuong An Date: Wed, 20 Feb 2019 19:12:21 +0700 Subject: Remove some duplicate worlds (#2582) Signed-off-by: Nguyen Phuong An --- plugin/file/secondary_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin/file/secondary_test.go') diff --git a/plugin/file/secondary_test.go b/plugin/file/secondary_test.go index b140dfe01..bc65c2d99 100644 --- a/plugin/file/secondary_test.go +++ b/plugin/file/secondary_test.go @@ -146,7 +146,7 @@ func TestIsNotify(t *testing.T) { // need to set opcode state.Req.Opcode = dns.OpcodeNotify - z.TransferFrom = []string{"10.240.0.1:53"} // IP from from testing/responseWriter + z.TransferFrom = []string{"10.240.0.1:53"} // IP from testing/responseWriter if !z.isNotify(state) { t.Fatal("Should have been valid notify") } -- cgit v1.2.3