From f05cf93daad43d6fc1e9fa5a85d7c497feec77d6 Mon Sep 17 00:00:00 2001 From: Ilya Lavrenov Date: Thu, 16 Jan 2025 14:57:53 +0100 Subject: [PATCH] Try to fix WIndows --- tests/python_tests/test_sampling.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python_tests/test_sampling.py b/tests/python_tests/test_sampling.py index 97a2489d38..4a4fd700b1 100644 --- a/tests/python_tests/test_sampling.py +++ b/tests/python_tests/test_sampling.py @@ -65,7 +65,7 @@ def test_stop_strings(tmp_path, generation_config): 'What is OpenVINO?', 'table is made of', 'The Sun is yellow because', - '你好! 你好嗎?' + '你好! 你好嗎?', 'I have an interview about product speccing with the company Weekend Health. Give me an example of a question they might ask with regards about a new feature' ]) @pytest.mark.parametrize("use_cb", [True, False])