Skip to content

Commit

Permalink
test correct number of routes, fixes #1222
Browse files Browse the repository at this point in the history
  • Loading branch information
joshrabinowitz committed Oct 8, 2020
1 parent 9cf38d8 commit 204c016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/17_apps/02_load_app.t
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ is scalar(@$apps), 3, "3 applications exist";

for (
{ name => "main", routes => 1 },
{ name => "TestApp", routes => 21 },
{ name => "TestApp", routes => 22 },
{ name => "Forum", routes => 5 },
)
{
Expand Down

0 comments on commit 204c016

Please sign in to comment.