mirror of
https://github.com/kataras/iris.git
synced 2026-03-06 00:16:12 +00:00
Move middleware test(s) to the test folder
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
package middleware
|
||||
package test
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/iris-contrib/middleware/basicauth"
|
||||
"github.com/kataras/iris"
|
||||
. "github.com/kataras/iris/test"
|
||||
)
|
||||
|
||||
/* Yes, middleware front-end tests also here, so if you want to test you have to go get at least one middleware */
|
||||
Reference in New Issue
Block a user