Fix getDeckStats test

This commit is contained in:
郑佩茹 2022-05-16 13:36:02 -06:00
parent 1d8e41e317
commit b55ac78f84

View File

@ -71,4 +71,4 @@ def test_removedDeckConfigId_fails_with_invalid_id(session_with_profile_loaded):
def test_getDeckStats(session_with_profile_loaded):
result = ac.getDeckStats(decks=["Default"])
assert result["name"] == "Default"
assert list(result.values())[0]["name"] == "Default"