From bfd04a21cb03394924b34892dfb4252367da155d Mon Sep 17 00:00:00 2001 From: YoneRai12 Date: Sun, 21 Jun 2026 04:56:48 +0900 Subject: [PATCH] test: update Japanese local LLM label contract --- tests/test_interactive_short_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_interactive_short_commands.py b/tests/test_interactive_short_commands.py index ee9dd262..ff516e3f 100644 --- a/tests/test_interactive_short_commands.py +++ b/tests/test_interactive_short_commands.py @@ -165,7 +165,7 @@ def test_chat_script_accepts_japanese_local_llm_slash_command(tmp_path: Path, mo assert "ローカルLLM" in output assert "Ollama" in output assert "LM Studio" in output - assert "やること: Ollama か LM Studio を起動して /ローカルLLM" in output + assert "次: Ollama か LM Studio を起動して /ローカルLLM" in output assert "個別案内: /ローカルLLM ollama / lmstudio" in output assert "不明なコマンド" not in output assert str(tmp_path) not in output