From b35a41830523a4b86c4996aefb0badfd006d2c30 Mon Sep 17 00:00:00 2001 From: Zixuan James Li Date: Tue, 7 Jan 2025 17:20:48 +0800 Subject: [PATCH] action test [nfc]: Remove irrelevant issue reference Coming up with a realistic test case doesn't actually require invalidating API key. Signed-off-by: Zixuan James Li --- test/widgets/actions_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/widgets/actions_test.dart b/test/widgets/actions_test.dart index 0da9afdae0..e75bc84df2 100644 --- a/test/widgets/actions_test.dart +++ b/test/widgets/actions_test.dart @@ -183,7 +183,7 @@ void main() { final pushedRoutes = >[]; testNavObserver.onPushed = (route, prevRoute) => pushedRoutes.add(route); - // TODO(#737): switch to a realistic setup: + // TODO: switch to a realistic setup: // https://github.com/zulip/zulip-flutter/pull/1076#discussion_r1874124363 final account1Route = MaterialAccountWidgetRoute( accountId: account1.id, page: const InboxPageBody());