From fce293e722259080b73833327798bdf8acf67c8d Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Thu, 21 Jan 2021 20:58:20 +0100 Subject: [PATCH] fixed tests --- cookbook/tests/other/test_edits_recipe.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cookbook/tests/other/test_edits_recipe.py b/cookbook/tests/other/test_edits_recipe.py index ac293cf1d..758eb61a6 100644 --- a/cookbook/tests/other/test_edits_recipe.py +++ b/cookbook/tests/other/test_edits_recipe.py @@ -10,12 +10,12 @@ class TestEditsRecipe(TestBase): # flake8: noqa def test_ld_json(self): test_list = [ - {'file': 'cookbook/tests/resources/websites/ld_json_1.html', 'result_length': 3222}, + {'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_4.html', 'result_length': 1729}, + {'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_multiple.html', 'result_length': 1606}, + {'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},