aboutsummaryrefslogtreecommitdiff
path: root/plugin/test/helpers.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/test/helpers.go')
-rw-r--r--plugin/test/helpers.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugin/test/helpers.go b/plugin/test/helpers.go
index 7ac81f361..97cb510f3 100644
--- a/plugin/test/helpers.go
+++ b/plugin/test/helpers.go
@@ -1,11 +1,10 @@
package test
import (
+ "context"
"sort"
"testing"
- "context"
-
"github.com/miekg/dns"
)