Commit 2a166f08 authored by karthic rao's avatar karthic rao

Update ext_test.go

parent 2175c683
......@@ -3,7 +3,7 @@ package setup
import (
"testing"
"github.com/mholt/caddy/middleware/gzip"
"github.com/mholt/caddy/middleware/ext"
)
func TestExt(t *testing.T) {
......@@ -28,4 +28,4 @@ func TestExt(t *testing.T) {
if !sameNext(myHandler.Next, emptyNext) {
t.Error("'Next' field of handler was not set properly")
}
}
\ No newline at end of file
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment