SAVEPOINT

This commit is contained in:
2017-11-10 22:43:33 +00:00
parent 59301c7622
commit 57af3d95d0
3 changed files with 25 additions and 20 deletions
-1
View File
@@ -13,7 +13,6 @@ func Test_Route_Creation(t *testing.T) {
router := tuu.NewRouter()
router.GET("/testing", func(ctx tuu.Context) error { return nil })
routes := router.GetRoutes()
r.Len(routes, 1)
route := routes[0]