diff options
Diffstat (limited to 'plugin/test/helpers.go')
-rw-r--r-- | plugin/test/helpers.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/test/helpers.go b/plugin/test/helpers.go index a74101109..28b48e450 100644 --- a/plugin/test/helpers.go +++ b/plugin/test/helpers.go @@ -130,7 +130,7 @@ func Header(tc Case, resp *dns.Msg) error { return nil } -// Section tests if the the section in tc matches rr. +// Section tests if the section in tc matches rr. func Section(tc Case, sec sect, rr []dns.RR) error { section := []dns.RR{} switch sec { |