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 21a347c commit ee004faCopy full SHA for ee004fa
test/widgets/actions_test.dart
@@ -182,7 +182,7 @@ void main() {
182
183
final pushedRoutes = <Route<dynamic>>[];
184
testNavObserver.onPushed = (route, prevRoute) => pushedRoutes.add(route);
185
- // TODO(#737): switch to a realistic setup:
+ // TODO: switch to a realistic setup:
186
// https://github.com/zulip/zulip-flutter/pull/1076#discussion_r1874124363
187
final account1Route = MaterialAccountWidgetRoute(
188
accountId: account1.id, page: const InboxPageBody());
0 commit comments