瀏覽代碼

try fix CI test

Adrian Wannenmacher 2 年之前
父節點
當前提交
83d428b853
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 {})),
                     ),
                 )
             },