Skip to content

Commit ee004fa

Browse files
committed
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 <[email protected]>
1 parent 21a347c commit ee004fa

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
@@ -182,7 +182,7 @@ void main() {
182182

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

0 commit comments

Comments
 (0)