mirror of
https://github.com/cubixle/tuu.git
synced 2026-04-30 16:28:45 +01:00
SAVEPOINT
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user