aboutsummaryrefslogtreecommitdiff
path: root/middleware/errors/errors_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'middleware/errors/errors_test.go')
-rw-r--r--middleware/errors/errors_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/middleware/errors/errors_test.go b/middleware/errors/errors_test.go
index 77783bf6d..c0a1dfb7b 100644
--- a/middleware/errors/errors_test.go
+++ b/middleware/errors/errors_test.go
@@ -8,10 +8,10 @@ import (
"strings"
"testing"
- "golang.org/x/net/context"
-
"github.com/miekg/coredns/middleware"
+
"github.com/miekg/dns"
+ "golang.org/x/net/context"
)
func TestErrors(t *testing.T) {