Skip to content
Prev Previous commit
Next Next commit
Fix go_router_builder test
  • Loading branch information
johnpryan committed Feb 23, 2023
commit 01226acb242d31b21c882682b2ba919ef5a7c04e
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ enum EnumTest {
}

@ShouldGenerate(r'''
GoRoute get $defaultValueRoute => GoRouteData.$route(
RouteBase get $defaultValueRoute => GoRouteData.$route(
path: '/default-value-route',
factory: $DefaultValueRouteExtension._fromState,
);
Expand Down