Commit 5ee3f7eb authored by Łukasz Nowak's avatar Łukasz Nowak

XXX: promise: Correct anomaly and test calls

parent cd06f065
......@@ -269,5 +269,8 @@ class RunPromise(GenericPromise):
"ERROR Report %r is not supported" % report)
self.emitLog()
def anomaly(self):
def test(self):
return self._test(result_count=self.result_count, failure_amount=self.failure_amount)
def anomaly(self):
return self._anomaly(result_count=self.result_count, failure_amount=self.failure_amount)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment