We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d41a8ea commit ffe76a6Copy full SHA for ffe76a6
packages/go_router/test/information_provider_test.dart
@@ -82,6 +82,7 @@ void main() {
82
initialLocation: initialRoute,
83
initialExtra: null,
84
routerNeglect: true);
85
+ addTearDown(provider.dispose);
86
provider.addListener(expectAsync0(() {}));
87
provider.go(newRoute);
88
provider.routerReportsNewRouteInformation(
@@ -98,6 +99,7 @@ void main() {
98
99
late final GoRouteInformationProvider provider =
100
GoRouteInformationProvider(
101
initialLocation: initialRoute, initialExtra: null);
102
103
104
105
0 commit comments