Fix tests

This commit is contained in:
Alex P 2022-01-25 17:21:50 +02:00
parent 3c38779567
commit 52e08a0cf2
2 changed files with 9 additions and 5 deletions

View file

@ -48,7 +48,6 @@ class PurchaseUnitFactoryTest extends TestCase
$address = Mockery::mock(Address::class);
$address
->shouldReceive('country_code')
->twice()
->andReturn('DE');
$address
->shouldReceive('postal_code')