Skip to content

Commit

Permalink
fix test.
Browse files Browse the repository at this point in the history
  • Loading branch information
sydseter committed Nov 16, 2024
1 parent 2c07557 commit 8ae817f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scripts/convert_utest.py
Original file line number Diff line number Diff line change
Expand Up @@ -1595,7 +1595,7 @@ def test_get_full_tag_wc(self) -> None:
input_suit_tag = "WC"
input_card = "A"
input_tag = "desc"
want_full_tag = "${WC_JokerA_desc}"
want_full_tag = "${WC_A_desc}"

got_full_tag = c.get_full_tag(input_suit_tag, input_card, input_tag)
self.assertEqual(want_full_tag, got_full_tag)
Expand Down

0 comments on commit 8ae817f

Please sign in to comment.