Skip to content

Commit cf622f0

Browse files
committed
test: fix breaking tests
1 parent fbebf24 commit cf622f0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tests/cli_formatters/routes_list.spec.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -485,27 +485,27 @@ test.group('Formatters | List routes | toJSON', () => {
485485
stream: 'stdout',
486486
},
487487
{
488-
message: `dim(GET)|/home dim((home)) | #controllers/home_controller.cyan(handle)|dim()`,
488+
message: `dim(GET)|/home dim((home)) | cyan(#controllers/home_controller).cyan(handle)|dim()`,
489489
stream: 'stdout',
490490
},
491491
{
492-
message: `dim(GET)|/about dim((about)) | AboutController.cyan(handle)|dim(closure)`,
492+
message: `dim(GET)|/about dim((about)) | cyan(AboutController).cyan(handle)|dim(closure)`,
493493
stream: 'stdout',
494494
},
495495
{
496-
message: `dim(POST)|/contact dim((contact.store)) | #controllers/contacts_controller.cyan(store)|dim()`,
496+
message: `dim(POST)|/contact dim((contact.store)) | cyan(#controllers/contacts_controller).cyan(store)|dim()`,
497497
stream: 'stdout',
498498
},
499499
{
500-
message: `dim(GET)|/contact dim((contact.create)) | #controllers/contacts_controller.cyan(create)|dim()`,
500+
message: `dim(GET)|/contact dim((contact.create)) | cyan(#controllers/contacts_controller).cyan(create)|dim()`,
501501
stream: 'stdout',
502502
},
503503
{
504-
message: `dim(GET)|/users | UsersController.cyan(handle)|dim(auth, canViewUsers, closure)`,
504+
message: `dim(GET)|/users | cyan(UsersController).cyan(handle)|dim(auth, canViewUsers, closure)`,
505505
stream: 'stdout',
506506
},
507507
{
508-
message: `dim(GET)|/payments | #controllers/payments_controller.cyan(index)|dim(auth, acl, signed, throttle)`,
508+
message: `dim(GET)|/payments | cyan(#controllers/payments_controller).cyan(index)|dim(auth, acl, signed, throttle)`,
509509
stream: 'stdout',
510510
},
511511
])

0 commit comments

Comments
 (0)