aboutsummaryrefslogtreecommitdiff
path: root/plugin/cache/prefech_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/cache/prefech_test.go')
-rw-r--r--plugin/cache/prefech_test.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugin/cache/prefech_test.go b/plugin/cache/prefech_test.go
index 1f32396e1..36d5c11fa 100644
--- a/plugin/cache/prefech_test.go
+++ b/plugin/cache/prefech_test.go
@@ -1,6 +1,7 @@
package cache
import (
+ "context"
"fmt"
"testing"
"time"
@@ -8,8 +9,6 @@ import (
"github.com/coredns/coredns/plugin"
"github.com/coredns/coredns/plugin/pkg/dnstest"
- "context"
-
"github.com/coredns/coredns/plugin/test"
"github.com/miekg/dns"
)