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

Unified Diff: telemetry/telemetry/value/scalar_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/scalar.py ('k') | telemetry/telemetry/value/skip.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: telemetry/telemetry/value/scalar_unittest.py
diff --git a/telemetry/telemetry/value/scalar_unittest.py b/telemetry/telemetry/value/scalar_unittest.py
index d5536033fdaffeb3a6347bde7017b2a431b40578..a6cf4e1f9be4d99be91ea57ffc788cf97f05fec7 100644
--- a/telemetry/telemetry/value/scalar_unittest.py
+++ b/telemetry/telemetry/value/scalar_unittest.py
@@ -36,7 +36,7 @@ class ValueTest(TestBase):
expected = ('ScalarValue(http://www.bar.com/, x, unit, 3, important=True, '
'description=desc, tir_label=my_ir, '
- 'improvement_direction=down')
+ 'improvement_direction=down, grouping_keys={}')
self.assertEquals(expected, str(v))
« no previous file with comments | « telemetry/telemetry/value/scalar.py ('k') | telemetry/telemetry/value/skip.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698