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

Unified Diff: telemetry/telemetry/internal/story_runner_unittest.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/internal/story_runner_unittest.py
diff --git a/telemetry/telemetry/internal/story_runner_unittest.py b/telemetry/telemetry/internal/story_runner_unittest.py
index 7a4f64d79ee9cfa16888e23a7f415d15699df2ba..c7544689fa939237a80b89d36a5cbd447138b887 100644
--- a/telemetry/telemetry/internal/story_runner_unittest.py
+++ b/telemetry/telemetry/internal/story_runner_unittest.py
@@ -51,7 +51,7 @@ class FakePlatform(object):
def GetOSName(self):
pass
- def WaitForTemperature(self, _):
+ def WaitForBatteryTemperature(self, _):
pass
def GetDeviceTypeName(self):

Powered by Google App Engine
This is Rietveld 408576698