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

Unified Diff: telemetry/telemetry/internal/platform/tracing_controller_backend_unittest.py

Issue 2002193002: [telemetry] Rename TraceData.[Has,Get]EventsFor to [Has,Get]TraceFor (Closed) Base URL: git@github.com:catapult-project/catapult.git@master
Patch Set: 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
Index: telemetry/telemetry/internal/platform/tracing_controller_backend_unittest.py
diff --git a/telemetry/telemetry/internal/platform/tracing_controller_backend_unittest.py b/telemetry/telemetry/internal/platform/tracing_controller_backend_unittest.py
index a5af1cf7829ab37e4f35231b36ba58879d16dca7..bcec23dd3ff8e7107dd061fb06508a396c1c844e 100644
--- a/telemetry/telemetry/internal/platform/tracing_controller_backend_unittest.py
+++ b/telemetry/telemetry/internal/platform/tracing_controller_backend_unittest.py
@@ -90,7 +90,7 @@ class FakeTracingAgentNoStartAndClockSync(FakeTracingAgentBase):
class TracingControllerBackendTest(unittest.TestCase):
def _getControllerLogAsList(self, data):
- return data.GetEventsFor(trace_data.TELEMETRY_PART)
+ return data.GetTraceFor(trace_data.TELEMETRY_PART)
def _getSyncCount(self, data):
return len([entry for entry in self._getControllerLogAsList(data)

Powered by Google App Engine
This is Rietveld 408576698