Skip to content

Commit

Permalink
test(News): Fixed old reward api test
Browse files Browse the repository at this point in the history
  • Loading branch information
medz committed May 26, 2018
1 parent a65e426 commit 742c175
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public function setUp()
*/
public function testRewardNews()
{
$this->user->currency()->sum('sum', 100);
$this->user->wallet()->increment('balance', 100);
$response = $this
->actingAs($this->user, 'api')
->json('POST', "/api/v2/news/{$this->news->id}/rewards", [
Expand Down

0 comments on commit 742c175

Please sign in to comment.