From fab47aff40d160fce307f456bdc9095d7c701227 Mon Sep 17 00:00:00 2001 From: John Ryan Date: Wed, 22 Feb 2023 11:10:53 -0800 Subject: [PATCH] [go_router] Disable logging in tests (#3263) * Disable logging in tests * Revert pubspec and CHANGELOG updates --- packages/go_router/test/go_router_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/go_router/test/go_router_test.dart b/packages/go_router/test/go_router_test.dart index fb1dbd71d8e0..4a3a61627f9e 100644 --- a/packages/go_router/test/go_router_test.dart +++ b/packages/go_router/test/go_router_test.dart @@ -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 sendPlatformUrl(String url) async {