From ff766da1928dbdc5074bf67081f081b12aa84321 Mon Sep 17 00:00:00 2001 From: DTSDAO Date: Mon, 22 Jul 2019 21:45:05 +0800 Subject: [PATCH] =?UTF-8?q?Fix:=20=E6=96=87=E4=BB=B6=E5=A4=B9=E5=90=8D?= =?UTF-8?q?=E5=AD=97=E6=B2=A1=E6=9C=89=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 文件夹名字没改会过不了CI --- test_poetry.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test_poetry.py b/test_poetry.py index a8b5d4d..ce405e8 100644 --- a/test_poetry.py +++ b/test_poetry.py @@ -34,9 +34,9 @@ test_shijing = functools.partial(__check_path__, './shijing') test_lunyu = functools.partial(__check_path__, './lunyu') -test_huajianji = functools.partial(__check_path__, u'./wudai/花间集/') +test_huajianji = functools.partial(__check_path__, u'./wudai/huajianji/') -test_nantang2 = functools.partial(__check_path__, u'./wudai/南唐二主词/') +test_nantang2 = functools.partial(__check_path__, u'./wudai/nantang/') test_youmengying = functools.partial(__check_path__, u'./youmengying/')