Skip to content

Commit

Permalink
Merge pull request #20934 from demeritcowboy/lybunt-param
Browse files Browse the repository at this point in the history
[NFC] Typo in parameter for lybunt test
  • Loading branch information
eileenmcnaughton authored Jul 22, 2021
2 parents 2fdadd7 + 409dfdf commit c983120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/phpunit/api/v3/ReportTemplateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ public function testLybuntReportWithFYDataOrderByLastYearAmount() {
'yid_value' => 2015,
'yid_op' => 'fiscal',
'options' => ['metadata' => ['sql']],
'fields' => ['first_name'],
'fields' => ['first_name' => 1],
'order_bys' => [
[
'column' => 'last_year_total_amount',
Expand Down

0 comments on commit c983120

Please sign in to comment.