From f92912dff453fb123a6a1b6807eb6f13f7b59eab Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Mon, 7 Dec 2020 09:50:00 -0500 Subject: [PATCH] Fix test --- tests/FinanceTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/FinanceTest.php b/tests/FinanceTest.php index a7f5098a..7b891928 100644 --- a/tests/FinanceTest.php +++ b/tests/FinanceTest.php @@ -900,7 +900,7 @@ class FinanceTest extends TestCase // $this->assertCount(9, $transactions['transactions']); $this->assertEquals(3020, $transactions['credits']->getValue()); - $this->assertEquals(2050, $transactions['debits']->getValue()); + $this->assertEquals(2040, $transactions['debits']->getValue()); // Check that all the different transaction types are there // test by the different groups that exist