We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eab231f commit e9b1dd3Copy full SHA for e9b1dd3
1 file changed
tests/unit/test_aiocqhttp_poke.py
@@ -18,14 +18,6 @@ def test_poke_to_dict_matches_onebot_v11_segment_format():
18
}
19
20
21
-def test_poke_to_dict_keeps_legacy_qq_compatible():
22
- poke = Comp.Poke(type="poke", qq=2916963017)
23
- assert poke.toDict() == {
24
- "type": "poke",
25
- "data": {"type": "126", "id": "2916963017"},
26
- }
27
-
28
29
@pytest.mark.asyncio
30
async def test_respond_stage_treats_poke_with_target_as_non_empty():
31
stage = RespondStage()
0 commit comments