Skip to content

Commit 204c016

Browse files
test correct number of routes, fixes #1222
1 parent 9cf38d8 commit 204c016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/17_apps/02_load_app.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ is scalar(@$apps), 3, "3 applications exist";
2020

2121
for (
2222
{ name => "main", routes => 1 },
23-
{ name => "TestApp", routes => 21 },
23+
{ name => "TestApp", routes => 22 },
2424
{ name => "Forum", routes => 5 },
2525
)
2626
{

0 commit comments

Comments
 (0)