Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher committed Jun 7, 2024
1 parent 0a2c0a0 commit f268f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/GalettePaypal/tests/units/Paypal.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public function testEmpty(): void

$ctype = new \Galette\Entity\ContributionsTypes($this->zdb);
$ctype_id = $ctype->getIdByLabel('donation in money');
$this->assertSame(
$this->assertEquals(
[
$ctype_id => [
'name' => 'donation in money',
Expand Down

0 comments on commit f268f82

Please sign in to comment.