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

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

Issue 2000063006: Define DiagnosticMap and a basic Diagnostic hierarchy (Closed) Base URL: https://github.com/catapult-project/catapult.git@master
Patch Set: rebase Created 4 years, 7 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/common_value_helpers.py ('k') | tracing/trace_viewer.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: telemetry/telemetry/value/common_value_helpers_unittest.py
diff --git a/telemetry/telemetry/value/common_value_helpers_unittest.py b/telemetry/telemetry/value/common_value_helpers_unittest.py
index b2423442324d31a98b4a6e0a2d40ec277c78e1d9..f2d9923b3913d90007fd733b8958fa1442e6e3c9 100644
--- a/telemetry/telemetry/value/common_value_helpers_unittest.py
+++ b/telemetry/telemetry/value/common_value_helpers_unittest.py
@@ -46,9 +46,7 @@ class TranslateCommonValuesTest(unittest.TestCase):
'unit': 'timeInMs_smallerIsBetter',
'value': 42
},
- 'grouping_keys': {
- 'name': 'foo'
- },
+ 'name': 'foo',
'options': {
'description': 'desc'
}
@@ -75,9 +73,7 @@ class TranslateCommonValuesTest(unittest.TestCase):
'unit': 'timeInMs_smallerIsBetter',
'value': None
},
- 'grouping_keys': {
- 'name': 'foo'
- }
+ 'name': 'foo'
}
v = common_value_helpers.TranslateScalarValue(scalar_value, p)
« no previous file with comments | « telemetry/telemetry/value/common_value_helpers.py ('k') | tracing/trace_viewer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698