From f7f9c1cda35728077ca8f6f8c16707a56d64d59a Mon Sep 17 00:00:00 2001 From: taizan-hokuto <55448286+taizan-hokuto@users.noreply.github.com> Date: Wed, 26 Feb 2020 22:12:41 +0900 Subject: [PATCH] Fix testdata path --- tests/test_extract_duplcheck.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/test_extract_duplcheck.py b/tests/test_extract_duplcheck.py index 7984dcc..92e3897 100644 --- a/tests/test_extract_duplcheck.py +++ b/tests/test_extract_duplcheck.py @@ -23,7 +23,7 @@ def test_overlap(): def load_chatdata(filename): return parser.parse( - json.loads(_open_file("tests/testdata/extarct_duplcheck/overlap/"+filename)) + json.loads(_open_file("tests/testdata/extract_duplcheck/overlap/"+filename)) )[1] blocks = ( @@ -54,7 +54,7 @@ def test_duplicate_head(): def load_chatdata(filename): return parser.parse( - json.loads(_open_file("tests/testdata/extarct_duplcheck/head/"+filename)) + json.loads(_open_file("tests/testdata/extract_duplcheck/head/"+filename)) )[1] """ @@ -103,7 +103,7 @@ def test_duplicate_tail(): """ def load_chatdata(filename): return parser.parse( - json.loads(_open_file("tests/testdata/extarct_duplcheck/head/"+filename)) + json.loads(_open_file("tests/testdata/extract_duplcheck/head/"+filename)) )[1] #chat data offsets are ignored. blocks = (