From 7f391c25a443effc890e379a450db2e31f8fb66a Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Mon, 22 Feb 2021 19:59:43 +0100 Subject: [PATCH] fixed test --- cookbook/tests/other/test_edits_recipe.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) mode change 100644 => 100755 cookbook/tests/other/test_edits_recipe.py diff --git a/cookbook/tests/other/test_edits_recipe.py b/cookbook/tests/other/test_edits_recipe.py old mode 100644 new mode 100755 index 7394854c3..a1ba39442 --- a/cookbook/tests/other/test_edits_recipe.py +++ b/cookbook/tests/other/test_edits_recipe.py @@ -11,15 +11,15 @@ class TestEditsRecipe(TestBase): def test_ld_json(self): test_list = [ {'file': 'cookbook/tests/resources/websites/ld_json_1.html', 'result_length': 3237}, - {'file': 'cookbook/tests/resources/websites/ld_json_2.html', 'result_length': 1510}, - {'file': 'cookbook/tests/resources/websites/ld_json_3.html', 'result_length': 1629}, + {'file': 'cookbook/tests/resources/websites/ld_json_2.html', 'result_length': 1525}, + {'file': 'cookbook/tests/resources/websites/ld_json_3.html', 'result_length': 1644}, {'file': 'cookbook/tests/resources/websites/ld_json_4.html', 'result_length': 1744}, - {'file': 'cookbook/tests/resources/websites/ld_json_itemList.html', 'result_length': 3206}, + {'file': 'cookbook/tests/resources/websites/ld_json_itemList.html', 'result_length': 3221}, {'file': 'cookbook/tests/resources/websites/ld_json_multiple.html', 'result_length': 1621}, - {'file': 'cookbook/tests/resources/websites/micro_data_1.html', 'result_length': 1079}, - {'file': 'cookbook/tests/resources/websites/micro_data_2.html', 'result_length': 1438}, - {'file': 'cookbook/tests/resources/websites/micro_data_3.html', 'result_length': 1148}, - {'file': 'cookbook/tests/resources/websites/micro_data_4.html', 'result_length': 4396}, + {'file': 'cookbook/tests/resources/websites/micro_data_1.html', 'result_length': 1094}, + {'file': 'cookbook/tests/resources/websites/micro_data_2.html', 'result_length': 1453}, + {'file': 'cookbook/tests/resources/websites/micro_data_3.html', 'result_length': 1163}, + {'file': 'cookbook/tests/resources/websites/micro_data_4.html', 'result_length': 4411}, ] for test in test_list: