Skip to content

Commit cc369da

Browse files
committed
fix: fix unit tests data
1 parent b827cbc commit cc369da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/rules/ai-tech-writing-guideline.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ tester.run("ai-tech-writing-guideline", rule, {
4242
},
4343
// no-ai-colon-list-formatting オプション true の場合(コロン+箇条書きを許可)
4444
{
45-
text: "フレームワークの特徴は以下の通りです:\n\n- 高速な処理\n- 簡単な設定",
45+
text: "フレームワークの特徴は以下の通りです:\n\n- 便利な機能\n- 簡単な設定",
4646
options: { "no-ai-colon-list-formatting": true, enableDocumentAnalysis: false }
4747
},
4848
{
@@ -212,7 +212,7 @@ tester.run("ai-tech-writing-guideline", rule, {
212212
},
213213
// no-ai-colon-list-formatting オプション false の場合(デフォルト動作:エラーを検出)
214214
{
215-
text: "フレームワークの特徴は以下の通りです:\n\n- 高速な処理\n- 簡単な設定",
215+
text: "フレームワークの特徴は以下の通りです:\n\n- 便利な機能\n- 簡単な設定",
216216
options: { "no-ai-colon-list-formatting": false, enableDocumentAnalysis: false },
217217
errors: [
218218
{

0 commit comments

Comments
 (0)