From 77543076b6626c4feaf5598a76328632254cec04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=87=8E=E5=A3=B0?= Date: Thu, 10 Oct 2024 10:30:34 +0800 Subject: [PATCH] test: fix testcase --- __tests__/github/templates/comment.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__tests__/github/templates/comment.test.ts b/__tests__/github/templates/comment.test.ts index fa27702..00d55ad 100644 --- a/__tests__/github/templates/comment.test.ts +++ b/__tests__/github/templates/comment.test.ts @@ -1,7 +1,7 @@ import { handleCommitComment, handleIssueComment, -} from '../../../src/github/templates/comment'; +} from '../../../src/services/github/templates/comment'; import { commit_comment_611372_0_created, issue_comment_1_0_created,