Skip to content

Commit

Permalink
Fix coding style issues
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Fedurtsya <anton@fedurtsya.com>
  • Loading branch information
Sieg committed Feb 16, 2025
1 parent e65f4fe commit 41cea7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public function testDecorationReturnsInvoiceConfigurationWithDefaultsIfNoneFound
$originalRepositoryMock = $this->createMock(InvoiceConfigurationRepositoryInterface::class);
$originalRepositoryMock->method('getByOrderId')
->with($orderId = uniqid())
->willThrowException(new InvoiceConfigurationNotFound);
->willThrowException(new InvoiceConfigurationNotFound());

$sut = $this->getSut(
invoiceConfigurationRepository: $originalRepositoryMock,
Expand Down

0 comments on commit 41cea7c

Please sign in to comment.