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

Unified Diff: telemetry/telemetry/value/histogram_unittest.py

Issue 1685683003: Implement Timeline Based Measurement v2 (Closed) Base URL: git@github.com:catapult-project/catapult.git@new_style_results
Patch Set: fix vinn tests Created 4 years, 10 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/value/histogram.py ('k') | telemetry/telemetry/value/list_of_scalar_values.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: telemetry/telemetry/value/histogram_unittest.py
diff --git a/telemetry/telemetry/value/histogram_unittest.py b/telemetry/telemetry/value/histogram_unittest.py
index 8cf75e445a267de51e1d3a00bf965bb2d88ab9da..6ebf72c1a7121793224eaa513bd5077d0e2e2863 100644
--- a/telemetry/telemetry/value/histogram_unittest.py
+++ b/telemetry/telemetry/value/histogram_unittest.py
@@ -37,7 +37,7 @@ class ValueTest(TestBase):
expected = ('HistogramValue(http://www.bar.com/, x, counts, '
'raw_json_string={"buckets": [{"low": 1, "high": 2, "count": '
'1}]}, important=True, description=desc, tir_label=my_ir, '
- 'improvement_direction=up)')
+ 'improvement_direction=up, grouping_keys={})')
self.assertEquals(expected, str(v))
« no previous file with comments | « telemetry/telemetry/value/histogram.py ('k') | telemetry/telemetry/value/list_of_scalar_values.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698