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

Unified Diff: telemetry/telemetry/benchmark_unittest.py

Issue 2162963002: [polymer] Merge of master into polymer10-migration (Closed) Base URL: git@github.com:catapult-project/catapult.git@polymer10-migration
Patch Set: Merge polymer10-migration int polymer10-merge Created 4 years, 5 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/benchmark.py ('k') | telemetry/telemetry/core/cros_interface.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: telemetry/telemetry/benchmark_unittest.py
diff --git a/telemetry/telemetry/benchmark_unittest.py b/telemetry/telemetry/benchmark_unittest.py
index 9de14d86d900082bed3a6fdb59426c384da148a9..cb23c6f18eaf4508bda61e026940755d8728ae8c 100644
--- a/telemetry/telemetry/benchmark_unittest.py
+++ b/telemetry/telemetry/benchmark_unittest.py
@@ -138,7 +138,7 @@ class BenchmarkTest(unittest.TestCase):
validPredicate = [False]
def RunStub(test, story_set_module, finder_options, results,
- *args): # pylint: disable=unused-argument
+ *args, **kwargs): # pylint: disable=unused-argument
predicate = results._value_can_be_added_predicate
valid = predicate == PredicateBenchmark.ValueCanBeAddedPredicate
validPredicate[0] = valid
« no previous file with comments | « telemetry/telemetry/benchmark.py ('k') | telemetry/telemetry/core/cros_interface.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698