From 17efebc2db43cddb01e1f2b5465ba15f3ec722c3 Mon Sep 17 00:00:00 2001 From: andygoodluck Date: Sun, 15 Feb 2026 10:13:08 +0800 Subject: [PATCH] fix: Replace Chinese comment with English --- tests/test_json_error_handling.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_json_error_handling.py b/tests/test_json_error_handling.py index bff5be5c6..2fbfe817e 100644 --- a/tests/test_json_error_handling.py +++ b/tests/test_json_error_handling.py @@ -13,7 +13,7 @@ class TestAudioVAEComponentConfig(unittest.TestCase): """Test cases for AudioVAEComponentConfig JSON parsing""" def test_valid_json_config(self): - """测试有效的 JSON 配置""" + """Test valid JSON configuration""" metadata = { "config": '{"audio_vae": {"test": 1}, "vocoder": {"test": 2}}' }