Commit 87e2f5b3 authored by Guy Thouret's avatar Guy Thouret

(chore) Fix test regression after linting - #588

1 merge request!285Reward Factors for User Activity
Pipeline #79979607 passed with stages
in 11 minutes and 28 seconds
......@@ -71,7 +71,7 @@ class ManagerSpec extends ObjectBehavior
->setFrom($from)
->setTo($to);
$this->sync()->getAmount()->shouldBe("20");
$this->sync()->getAmount()->shouldBe(20);
$this->sync()->getContract()->shouldBe('offchain:reward');
$this->sync()->getTimestamp()->shouldBe(strtotime('-1 second', $to / 1000));
}
......
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