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

Unified Diff: trunk/src/tools/telemetry/telemetry/page/html_page_measurement_results_unittest.py

Issue 60233004: Revert 232959 "[Telemetry] Fix image_decoding_measurement timeout." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 1 month 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 | « trunk/src/tools/telemetry/telemetry/core/util.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/tools/telemetry/telemetry/page/html_page_measurement_results_unittest.py
===================================================================
--- trunk/src/tools/telemetry/telemetry/page/html_page_measurement_results_unittest.py (revision 233019)
+++ trunk/src/tools/telemetry/telemetry/page/html_page_measurement_results_unittest.py (working copy)
@@ -38,7 +38,7 @@
class HtmlPageMeasurementResultsTest(unittest.TestCase):
# TODO(tonyg): Remove this backfill when we can assume python 2.7 everywhere.
- def assertIn(self, first, second, _=None):
+ def assertIn(self, first, second, msg=None):
self.assertTrue(first in second,
msg="'%s' not found in '%s'" % (first, second))
« no previous file with comments | « trunk/src/tools/telemetry/telemetry/core/util.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698