Skip to content

Commit

Permalink
Adapt tests to latest legality fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ajordat committed Jul 9, 2024
1 parent 5abb385 commit 80581a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alteredbuilder/decks/tests/test_game_modes.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def test_deck_total_count(self):
5, deck, 3, Card.Faction.AXIOM, Card.Type.CHARACTER, Card.Rarity.RARE
)
create_cid(
1, deck, 3, Card.Faction.AXIOM, Card.Type.CHARACTER, Card.Rarity.UNIQUE
3, deck, 1, Card.Faction.AXIOM, Card.Type.CHARACTER, Card.Rarity.UNIQUE
)
create_cid(
4, deck, 3, Card.Faction.AXIOM, Card.Type.CHARACTER, Card.Rarity.COMMON
Expand Down

0 comments on commit 80581a3

Please sign in to comment.