Skip to content

Commit

Permalink
chore: Fix broken pydantic schema test (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonagestam authored Nov 25, 2024
1 parent bcdb79f commit 01d1ed5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/test_pydantic.py
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,6 @@ def test_can_generate_schema(self) -> None:
"currency": {
"const": "USD",
"title": "Currency",
"enum": ["USD"],
"type": "string",
},
"subunits": {
Expand Down Expand Up @@ -828,7 +827,6 @@ def test_can_generate_schema(self) -> None:
"currency": {
"const": "INR",
"title": "Currency",
"enum": ["INR"],
"type": "string",
},
"numerator": {
Expand Down Expand Up @@ -1071,7 +1069,6 @@ def test_can_generate_schema(self) -> None:
"currency": {
"const": "CUP",
"title": "Currency",
"enum": ["CUP"],
"type": "string",
},
"overdraft_subunits": {
Expand Down

0 comments on commit 01d1ed5

Please sign in to comment.