Skip to content

Commit

Permalink
Merge pull request #3 from seamuslee001/api4-testfix
Browse files Browse the repository at this point in the history
Fix contribution tests that failed in last run
  • Loading branch information
eileenmcnaughton authored Oct 11, 2016
2 parents 258c92c + 257ab38 commit 8b0a65b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/phpunit/api/v3/ContributionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2083,9 +2083,9 @@ public function testRepeatTransactionPassedInFinancialType() {
'line_total' => '100.00',
'unit_price' => '100.00',
'financial_type_id' => 2,
'contribution_type_id' => 2,
)
);

$lineItem2 = $this->callAPISuccess('line_item', 'get', array_merge($lineItemParams, array(
'entity_id' => $originalContribution['id'] + 1,
)));
Expand Down Expand Up @@ -2133,6 +2133,7 @@ public function testRepeatTransactionUpdatedFinancialType() {
'line_total' => '100.00',
'unit_price' => '100.00',
'financial_type_id' => 2,
'contribution_type_id' => 2,
)
);

Expand Down

0 comments on commit 8b0a65b

Please sign in to comment.