diff options
Diffstat (limited to 'plugin/test/helpers.go')
-rw-r--r-- | plugin/test/helpers.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugin/test/helpers.go b/plugin/test/helpers.go index 99271df1e..8145b605a 100644 --- a/plugin/test/helpers.go +++ b/plugin/test/helpers.go @@ -285,7 +285,6 @@ func SortAndCheck(resp *dns.Msg, tc Case) error { } if err := Section(tc, Ns, resp.Ns); err != nil { return err - } return Section(tc, Extra, resp.Extra) } |