Skip to content

Commit

Permalink
Revert test change that 'supported' incorrect code change
Browse files Browse the repository at this point in the history
  • Loading branch information
eileenmcnaughton committed Aug 24, 2021
1 parent 07dc21c commit d8375c2
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
Expand Up @@ -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']));
}

/**
Expand Down

0 comments on commit d8375c2

Please sign in to comment.