Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: JonasVHG <[email protected]>
  • Loading branch information
LucWollants and JonasVHG authored Aug 8, 2024
1 parent 0c7d36e commit 43ffc95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Offer/IriOfferIdentifierJSONDeserializerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public function it_can_deserialize_a_valid_iri_offer_identifier(): void
/**
* @test
*/
public function it_throws_an_json_exception_when_the_json_is_malformed(): void
public function it_throws_a_json_exception_when_the_json_is_malformed(): void
{
$json = '{"foo"';

Expand Down

0 comments on commit 43ffc95

Please sign in to comment.