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

Unified Diff: telemetry/telemetry/core/tracing_controller_unittest.py

Issue 2978643002: Removing bad-continuation param and fixing resulting errors. Fixed indentation errors, in telemetry… (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 | « telemetry/telemetry/core/network_controller.py ('k') | telemetry/telemetry/decorators.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: telemetry/telemetry/core/tracing_controller_unittest.py
diff --git a/telemetry/telemetry/core/tracing_controller_unittest.py b/telemetry/telemetry/core/tracing_controller_unittest.py
index aaf6de6fdda0946198bbbb07d9e1b35b680ce151..c8e6801f4295e9e31621c6b7494cbbb3cde4a255 100644
--- a/telemetry/telemetry/core/tracing_controller_unittest.py
+++ b/telemetry/telemetry/core/tracing_controller_unittest.py
@@ -29,7 +29,7 @@ class TracingControllerTest(tab_test_case.TabTestCase):
del args # Unused
raise Exception('Intentional Tracing Exception')
- self._tab._inspector_backend._devtools_client.StopChromeTracing = (
+ self._tab._inspector_backend._devtools_client.StopChromeTracing = ( \
_FakeStopChromeTracing)
with self.assertRaisesRegexp(Exception, 'Intentional Tracing Exception'):
tracing_controller.StopTracing()
« no previous file with comments | « telemetry/telemetry/core/network_controller.py ('k') | telemetry/telemetry/decorators.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698