Skip to content

Commit

Permalink
Fix missing frame effect and update tests/testdata
Browse files Browse the repository at this point in the history
  • Loading branch information
gwax committed May 10, 2024
1 parent b23cc05 commit 7accd99
Show file tree
Hide file tree
Showing 7 changed files with 570 additions and 551 deletions.
1 change: 1 addition & 0 deletions mtg_ssm/scryfall/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ class ScryFrameEffect(str, Enum):
SHATTEREDGLASS = "shatteredglass"
SHOWCASE = "showcase"
SNOW = "snow"
SPREE = "spree"
STAMPED = "stamped"
SUNMOONDFC = "sunmoondfc"
TEXTLESS = "textless"
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-20240221100428.json",
"updated_at": "2024-02-21T10:04:28.932000Z",
"download_uri": "https://data.scryfall.io/default-cards/default-cards-20240510210636.json",
"updated_at": "2024-05-10T21:06:36.150000Z",
"content_type": "application/json",
"content_encoding": "gzip"
}
Expand Down
Loading

0 comments on commit 7accd99

Please sign in to comment.