diff --git a/core/game/services.py b/core/game/services.py index 1c2f6033..0552b4bd 100644 --- a/core/game/services.py +++ b/core/game/services.py @@ -9,7 +9,7 @@ class GameStrategyService: self._cache = cache self._hyperion = Hyperion() if collections is None: - self._collections = [839176, 839179, 839181] + self._collections = [839176, 839179, 839181, 1180811] else: self._collections = collections diff --git a/tests/test_game.py b/tests/test_game.py index b7ad2808..d17c4311 100644 --- a/tests/test_game.py +++ b/tests/test_game.py @@ -16,8 +16,8 @@ async def hyperion(): @pytest.mark.asyncio @flaky(3, 1) async def test_get_strategy(hyperion): - test_collection_id_list = [839176, 839179, 839181] - test_result = ["温迪", "胡桃", "雷电将军"] + test_collection_id_list = [839176, 839179, 839181, 1180811] + test_result = ["温迪", "胡桃", "雷电将军", "柯莱"] async def get_post_id(_collection_id: int, character_name: str) -> str: post_full_in_collection = await hyperion.get_post_full_in_collection(_collection_id)