Skip to content

Commit fab47af

Browse files
authored
[go_router] Disable logging in tests (flutter#3263)
* Disable logging in tests * Revert pubspec and CHANGELOG updates
1 parent 25f0f70 commit fab47af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/go_router/test/go_router_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import 'package:logging/logging.dart';
1818

1919
import 'test_helpers.dart';
2020

21-
const bool enableLogs = true;
21+
const bool enableLogs = false;
2222
final Logger log = Logger('GoRouter tests');
2323

2424
Future<void> sendPlatformUrl(String url) async {

0 commit comments

Comments
 (0)