Skip to content

Commit

Permalink
[ECVS-5] fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
arslanim committed Dec 26, 2023
1 parent 424b1b4 commit 10ef3b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/services/VatNumberValidationServiceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -936,7 +936,7 @@ public function getValidateVatHandlingRequestExceptionsProvidedData(): array
],
// TODO: more test cases needed
// TODO
'thrown client exception, error code unknown, error message set' => [
'thrown server exception, error code unknown, error message set' => [
'vatNumber' => new VatNumber(
'DE',
'12312312'
Expand Down

0 comments on commit 10ef3b1

Please sign in to comment.