From 80581a368e4bce05d16a2c6cd66d2b93ba5e3a19 Mon Sep 17 00:00:00 2001 From: Ajordat Date: Tue, 9 Jul 2024 12:44:10 +0200 Subject: [PATCH] Adapt tests to latest legality fix --- alteredbuilder/decks/tests/test_game_modes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alteredbuilder/decks/tests/test_game_modes.py b/alteredbuilder/decks/tests/test_game_modes.py index ba28d223..7ca94c0b 100644 --- a/alteredbuilder/decks/tests/test_game_modes.py +++ b/alteredbuilder/decks/tests/test_game_modes.py @@ -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