Skip to content

Commit e9b1dd3

Browse files
authored
fix: remove privacy data from test case (#6803)
Co-authored-by: whatevertogo <whatevertogo@users.noreply.github.com>
1 parent eab231f commit e9b1dd3

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

tests/unit/test_aiocqhttp_poke.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,6 @@ def test_poke_to_dict_matches_onebot_v11_segment_format():
1818
}
1919

2020

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-
2921
@pytest.mark.asyncio
3022
async def test_respond_stage_treats_poke_with_target_as_non_empty():
3123
stage = RespondStage()

0 commit comments

Comments
 (0)