From 48120836ac03fb402259caef5036f0d87a2ff5d2 Mon Sep 17 00:00:00 2001 From: Azide Date: Fri, 20 May 2022 01:58:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=8D=95=E5=85=83=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E9=87=8C=E7=9A=84=E5=B0=8Fbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/platforms/test_mcbbsnews.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/platforms/test_mcbbsnews.py b/tests/platforms/test_mcbbsnews.py index 79760fd..936980a 100644 --- a/tests/platforms/test_mcbbsnews.py +++ b/tests/platforms/test_mcbbsnews.py @@ -29,9 +29,9 @@ def javanews_post_1(): @pytest.mark.asyncio -async def test_javanews_parser(mcbbsnews, raw_post_list, javanews_post): +async def test_javanews_parser(mcbbsnews, raw_post_list, javanews_post_0): post = await mcbbsnews.parse(raw_post_list[3]) - assert post.text == javanews_post + assert post.text == javanews_post_0 @pytest.mark.asyncio