From de217aae4b1ed66af7294ffa63fc6083287dbdce Mon Sep 17 00:00:00 2001 From: Saleem Hadad Date: Sun, 17 Jul 2022 03:04:30 +0400 Subject: [PATCH] wip --- tests/Feature/TotalIncomeTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Feature/TotalIncomeTest.php b/tests/Feature/TotalIncomeTest.php index fd17273..9ee4e6a 100644 --- a/tests/Feature/TotalIncomeTest.php +++ b/tests/Feature/TotalIncomeTest.php @@ -28,7 +28,7 @@ public function it_returns_correct_value() } ')->assertJson([ 'data' => [ - 'totalIncome' => '{"value":133.0,"previous":0}' + 'totalIncome' => '{"value":"133.0","previous":0}' ], ]); }