Skip to content

Commit 14c1df5

Browse files
committed
chore: Correct the referenced test file path (#2346)
1 parent 8028eb1 commit 14c1df5

File tree

1 file changed

+1
-1
lines changed
  • docs/dev-notes/2025-10-26/impact-analysis

1 file changed

+1
-1
lines changed

docs/dev-notes/2025-10-26/impact-analysis/report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ return taskResults?.get(taskId) as TaskResult;
528528

529529
### 6.2 修正に伴い新規作成が必要なテスト
530530

531-
**📋 新規テスト: `src/test/lib/utils/task_results.test.ts`**
531+
**📋 新規テスト: `src/test/lib/services/task_results.test.ts`**
532532

533533
```typescript
534534
describe('getTaskResultsByTaskId', () => {

0 commit comments

Comments
 (0)