Skip to content

Commit

Permalink
Merge pull request #1223 from joshrabinowitz/gh1222-fix-test
Browse files Browse the repository at this point in the history
test correct number of routes, fixes #1222
  • Loading branch information
bigpresh authored Oct 8, 2020
2 parents 9cf38d8 + 204c016 commit 2450c49
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 2450c49

Please sign in to comment.