Skip to content

Commit 930ef5b

Browse files
committed
action test [nfc]: Remove irrelevant issue reference
Coming up with a realistic test case doesn't actually require invalidating API key. Because the goal is to use routes that exist in the app (`InboxPageBody` has become a part of `HomePage` and doesn't exist on its own), we can set up HomePage and MessageListPage instead. Signed-off-by: Zixuan James Li <[email protected]>
1 parent 2b32d58 commit 930ef5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/widgets/actions_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ void main() {
187187

188188
final pushedRoutes = <Route<dynamic>>[];
189189
testNavObserver.onPushed = (route, prevRoute) => pushedRoutes.add(route);
190-
// TODO(#737): switch to a realistic setup:
190+
// TODO: switch to a realistic setup:
191191
// https://github.com/zulip/zulip-flutter/pull/1076#discussion_r1874124363
192192
final account1Route = MaterialAccountWidgetRoute(
193193
accountId: account1.id, page: const InboxPageBody());

0 commit comments

Comments
 (0)