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

Unified Diff: telemetry/telemetry/testing/fakes/__init__.py

Issue 2847563002: Rename WaitForTemperature to WaitForBatteryTemperature (Closed)
Patch Set: Created 3 years, 8 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/testing/fakes/__init__.py
diff --git a/telemetry/telemetry/testing/fakes/__init__.py b/telemetry/telemetry/testing/fakes/__init__.py
index 97c63604717d8cda7e22f659a3991fb00a68a3b3..9cfdbdabe514c5d6f0ae186c32fbde635c165280 100644
--- a/telemetry/telemetry/testing/fakes/__init__.py
+++ b/telemetry/telemetry/testing/fakes/__init__.py
@@ -70,7 +70,7 @@ class FakePlatform(object):
def StopAllLocalServers(self):
pass
- def WaitForTemperature(self, _):
+ def WaitForBatteryTemperature(self, _):
pass

Powered by Google App Engine
This is Rietveld 408576698