Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert test change that 'supported' incorrect code change
Browse files Browse the repository at this point in the history
eileenmcnaughton committed Aug 24, 2021
1 parent 8da4799 commit 0e4d461
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/phpunit/api/v3/TaxContributionPageTest.php
Original file line number Diff line number Diff line change
@@ -392,8 +392,8 @@ public function testCreateUpdateContributionChangeTotal(): void {
]);

$this->assertEquals('300.00', $lineItems);
$this->assertEquals('320.00', $this->_getFinancialTrxnAmount($contribution['id']));
$this->assertEquals('320.00', $this->_getFinancialItemAmount($contribution['id']));
$this->assertEquals('300.00', $this->_getFinancialTrxnAmount($contribution['id']));
$this->assertEquals('300.00', $this->_getFinancialItemAmount($contribution['id']));
}

/**

0 comments on commit 0e4d461

Please sign in to comment.