Remove mispelt param.
authoreileen <emcnaughton@wikimedia.org>
Thu, 16 Feb 2017 22:47:31 +0000 (11:47 +1300)
committereileen <emcnaughton@wikimedia.org>
Thu, 16 Feb 2017 22:47:31 +0000 (11:47 +1300)
Fixing this upsets test, because it should be calculated so trying removal against tests

tests/phpunit/CiviTest/CiviUnitTestCase.php

index a9204e716949ec1cc14927dc68f92aade186107f..9695943029b915af94957f2985fa19891dc06010 100644 (file)
@@ -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,