Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
saleem-hadad committed Jul 16, 2022
1 parent 01032e8 commit de217aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/TotalIncomeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function it_returns_correct_value()
}
')->assertJson([
'data' => [
'totalIncome' => '{"value":133.0,"previous":0}'
'totalIncome' => '{"value":"133.0","previous":0}'
],
]);
}
Expand Down

0 comments on commit de217aa

Please sign in to comment.