mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-27 23:03:37 -05:00
Update ext_test.go
This commit is contained in:
parent
2175c68319
commit
2a166f088d
1 changed files with 2 additions and 2 deletions
|
@ -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) {
|
||||||
|
@ -28,4 +28,4 @@ func TestExt(t *testing.T) {
|
||||||
if !sameNext(myHandler.Next, emptyNext) {
|
if !sameNext(myHandler.Next, emptyNext) {
|
||||||
t.Error("'Next' field of handler was not set properly")
|
t.Error("'Next' field of handler was not set properly")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue