Skip to content

Commit

Permalink
[go_router] Disable logging in tests (flutter#3263)
Browse files Browse the repository at this point in the history
* Disable logging in tests

* Revert pubspec and CHANGELOG updates
  • Loading branch information
johnpryan authored Feb 22, 2023
1 parent 25f0f70 commit fab47af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/go_router/test/go_router_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import 'package:logging/logging.dart';

import 'test_helpers.dart';

const bool enableLogs = true;
const bool enableLogs = false;
final Logger log = Logger('GoRouter tests');

Future<void> sendPlatformUrl(String url) async {
Expand Down

0 comments on commit fab47af

Please sign in to comment.