Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lionel-panhaleux committed Feb 28, 2025
1 parent b2499ab commit b4097bd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/test_static.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ def test_card():
"printed_name": "Aid from Bats",
"rulings": [
{
"group": "Optional press",
"references": [
{
"label": "TOM 19960521",
Expand All @@ -75,8 +76,8 @@ def test_card():
},
],
"text": (
"[ANI] The press can only be used during the current round. "
"[TOM 19960521]"
"[ANI]The optional press can only be used during the current "
"round. [TOM 19960521]"
),
},
],
Expand Down

0 comments on commit b4097bd

Please sign in to comment.