diff --git a/tests/GalettePaypal/tests/units/Paypal.php b/tests/GalettePaypal/tests/units/Paypal.php index 5d303c8..91030c4 100644 --- a/tests/GalettePaypal/tests/units/Paypal.php +++ b/tests/GalettePaypal/tests/units/Paypal.php @@ -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',