From: eileen Date: Thu, 16 Feb 2017 22:47:31 +0000 (+1300) Subject: Remove mispelt param. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=d3235a8774830884eb0209eea9793c37e547dd1d;p=civicrm-core.git Remove mispelt param. Fixing this upsets test, because it should be calculated so trying removal against tests --- diff --git a/tests/phpunit/CiviTest/CiviUnitTestCase.php b/tests/phpunit/CiviTest/CiviUnitTestCase.php index a9204e7169..9695943029 100644 --- a/tests/phpunit/CiviTest/CiviUnitTestCase.php +++ b/tests/phpunit/CiviTest/CiviUnitTestCase.php @@ -1531,7 +1531,6 @@ class CiviUnitTestCase extends PHPUnit_Extensions_Database_TestCase { 'receive_date' => date('Ymd'), 'total_amount' => 100.00, 'fee_amount' => 5.00, - 'net_ammount' => 95.00, 'financial_type_id' => 1, 'payment_instrument_id' => 1, 'non_deductible_amount' => 10.00,