Skip to content

Commit

Permalink
fixing json codec test again
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrapyre committed May 4, 2024
1 parent ee8b536 commit 7feb43e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ object JsonCodecSpec extends ZIOSpecDefault {
),
test("Currency") {
check(Gen.currency)(
currency => assertDecodes(Schema[java.util.Currency], currency, stringify(currency.getCurrencyCode))
currency => assertDecodes(Schema[java.util.Currency], currency, stringify(currency.getCurrencyCode()))
)
}
),
Expand Down

0 comments on commit 7feb43e

Please sign in to comment.