Skip to content

Commit

Permalink
Fix frame effects and update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gwax committed Dec 2, 2024
1 parent 0818c02 commit 21ab87f
Show file tree
Hide file tree
Showing 7 changed files with 628 additions and 559 deletions.
1 change: 1 addition & 0 deletions mtg_ssm/scryfall/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ class ScryFrameEffect(str, Enum):
CONVERTDFC = "convertdfc"
DEVOID = "devoid"
DRAFT = "draft"
ENCHANTMENT = "enchantment"
ETCHED = "etched"
EXTENDEDART = "extendedart"
FANDFC = "fandfc"
Expand Down
4 changes: 2 additions & 2 deletions tests/data/bulk_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"type": "default_cards",
"name": "Default Cards",
"description": "A JSON file containing every card object on Scryfall in English or the printed language if the card is only available in one language.",
"download_uri": "https://data.scryfall.io/default-cards/default-cards-20240826212052.json",
"updated_at": "2024-08-26T21:20:52.469000Z",
"download_uri": "https://data.scryfall.io/default-cards/default-cards-20241201221731.json",
"updated_at": "2024-12-01T22:17:31.477000Z",
"content_type": "application/json",
"content_encoding": "gzip"
}
Expand Down
Loading

0 comments on commit 21ab87f

Please sign in to comment.