Skip to content

Commit

Permalink
Fix psalm
Browse files Browse the repository at this point in the history
  • Loading branch information
mustanggb authored Feb 25, 2024
1 parent 9f08cf3 commit f8a92df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public function testReverseFormValueIsNotArray(): void

public function testReverseThrowExceptionIfCurrencyCodeNotValid(): void
{
$this->expectException(TransformationFailedException::class);
$this->expectException(UnexpectedTypeException::class);
$value = ['tbbc_name' => 123];
$transformer = new CurrencyToArrayTransformer();
$transformer->reverseTransform($value);
Expand Down

0 comments on commit f8a92df

Please sign in to comment.