mirror of
https://github.com/kataras/iris.git
synced 2026-01-08 20:41:57 +00:00
Iris cmd: download packages on every iris create command
This commit is contained in:
@@ -96,7 +96,7 @@ func TestRouter(t *testing.T) {
|
||||
})
|
||||
|
||||
// run the tests (1)
|
||||
for idx, _ := range routes {
|
||||
for idx := range routes {
|
||||
r := routes[idx]
|
||||
e.Request(r.Method, r.RequestPath).
|
||||
Expect().
|
||||
|
||||
Reference in New Issue
Block a user