Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1457)

Unified Diff: pkg/telemetry/test/crash_reporting_test.dart

Issue 2966373002: Fix a telemetry test. (Closed)
Patch Set: Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/telemetry/test/crash_reporting_test.dart
diff --git a/pkg/telemetry/test/crash_reporting_test.dart b/pkg/telemetry/test/crash_reporting_test.dart
index 1a877487e317f82d9c7b9a3b0e59f8b4bf3b050d..c4e812d31332ca31d691291ad2518710c1aa9998 100644
--- a/pkg/telemetry/test/crash_reporting_test.dart
+++ b/pkg/telemetry/test/crash_reporting_test.dart
@@ -24,7 +24,7 @@ void main() {
});
test('CrashReportSender', () async {
- AnalyticsMock analytics = new AnalyticsMock()..enabled = false;
+ AnalyticsMock analytics = new AnalyticsMock()..enabled = true;
CrashReportSender sender = new CrashReportSender(
analytics.trackingId, analytics,
httpClient: mockClient);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698