try fix CI test

This commit is contained in:
Adrian Wannenmacher 2022-12-16 12:44:05 +01:00
parent 38915b1f96
commit 83d428b853
No known key found for this signature in database
GPG key ID: 19D986ECB1E492D5

View file

@ -29,7 +29,7 @@ fn simple_test() {
Segment::content(comp(Home)).fixed(
"blog",
Route::empty().nested(
Segment::content(comp(BlogList)).catch_all((comp(BlogPost, PostId {}))),
Segment::content(comp(BlogList)).catch_all((comp(BlogPost), PostId {})),
),
)
},