Explorar o código

try fix CI test

Adrian Wannenmacher %!s(int64=2) %!d(string=hai) anos
pai
achega
83d428b853
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/router/tests/web_router.rs

+ 1 - 1
packages/router/tests/web_router.rs

@@ -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 {})),
                     ),
                 )
             },