fix: Replace Chinese comment with English

This commit is contained in:
andygoodluck 2026-02-15 10:13:08 +08:00
parent 83bff209d6
commit 17efebc2db

View File

@ -13,7 +13,7 @@ class TestAudioVAEComponentConfig(unittest.TestCase):
"""Test cases for AudioVAEComponentConfig JSON parsing""" """Test cases for AudioVAEComponentConfig JSON parsing"""
def test_valid_json_config(self): def test_valid_json_config(self):
"""测试有效的 JSON 配置""" """Test valid JSON configuration"""
metadata = { metadata = {
"config": '{"audio_vae": {"test": 1}, "vocoder": {"test": 2}}' "config": '{"audio_vae": {"test": 1}, "vocoder": {"test": 2}}'
} }