diff --git a/tests/unit/test_aiocqhttp_poke.py b/tests/unit/test_aiocqhttp_poke.py index edd8f2ae27..dff886b91e 100644 --- a/tests/unit/test_aiocqhttp_poke.py +++ b/tests/unit/test_aiocqhttp_poke.py @@ -18,14 +18,6 @@ def test_poke_to_dict_matches_onebot_v11_segment_format(): } -def test_poke_to_dict_keeps_legacy_qq_compatible(): - poke = Comp.Poke(type="poke", qq=2916963017) - assert poke.toDict() == { - "type": "poke", - "data": {"type": "126", "id": "2916963017"}, - } - - @pytest.mark.asyncio async def test_respond_stage_treats_poke_with_target_as_non_empty(): stage = RespondStage()