Skip to content

Commit

Permalink
Merge pull request #571 from eileenmcnaughton/agg
Browse files Browse the repository at this point in the history
Add some debug to CI-only fail test
  • Loading branch information
eileenmcnaughton authored Nov 6, 2023
2 parents 4b0a5f1 + 4abb130 commit f88ebaf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ public function testGetRowsWithNotes(): void {
'contact_note_note' => '1',
]
]);
$this->assertCount(2, $rows);
$this->assertCount(2, $rows, $this->sql . "\n" . print_r($rows, TRUE));
$this->assertEquals('first note, second note', $rows[0]['contribution_civicrm_note_contribution_note_note']);
$this->assertEquals('first contact note, second contact note', $rows[0]['contact_civicrm_note_contact_note_note']);

Expand Down

0 comments on commit f88ebaf

Please sign in to comment.