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 3a80f39 commit 01032e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.0}'
'totalIncome' => '{"value":133.0,"previous":0}'
],
]);
}
Expand All @@ -51,7 +51,7 @@ public function it_returns_correct_previous_value()
}
')->assertJson([
'data' => [
'totalIncome' => '{"value":0.0,"previous":"133.0"}'
'totalIncome' => '{"value":0,"previous":"133.0"}'
],
]);
}
Expand Down

0 comments on commit 01032e8

Please sign in to comment.