Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
josephdecock committed Oct 30, 2023
1 parent 0de7e93 commit aa07df3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public async Task ProcessAsync_should_return_claims_issued_by_profile_service()
{
street_address = "One Hacker Way",
locality = "Heidelberg",
postal_code = "69118",
postal_code = 69118,
country = "Germany"
};

Expand Down

0 comments on commit aa07df3

Please sign in to comment.