Skip to content

Commit

Permalink
action test [nfc]: Remove irrelevant issue reference
Browse files Browse the repository at this point in the history
Coming up with a realistic test case doesn't actually require
invalidating API key.

Signed-off-by: Zixuan James Li <[email protected]>
  • Loading branch information
PIG208 committed Jan 7, 2025
1 parent daa024d commit b35a418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/widgets/actions_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ void main() {

final pushedRoutes = <Route<dynamic>>[];
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());
Expand Down

0 comments on commit b35a418

Please sign in to comment.