Update ext_test.go

This commit is contained in:
karthic rao 2015-06-13 10:05:42 +05:30
parent 2175c68319
commit 2a166f088d

View file

@ -3,7 +3,7 @@ package setup
import ( import (
"testing" "testing"
"github.com/mholt/caddy/middleware/gzip" "github.com/mholt/caddy/middleware/ext"
) )
func TestExt(t *testing.T) { func TestExt(t *testing.T) {