From bfbeb67061cf57f4a44957d855e8f1676237d098 Mon Sep 17 00:00:00 2001 From: yangyile Date: Wed, 25 Dec 2024 15:07:25 +0700 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E6=8B=B7=E8=B4=9D=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E6=97=B6=E4=B8=8D=E5=B0=8F=E5=BF=83=E6=B7=B7=E8=BF=9B?= =?UTF-8?q?=E5=8E=BB=E7=9A=84=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/tests/tests_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/tests/tests_test.go b/internal/tests/tests_test.go index e8a4700..885ee2f 100644 --- a/internal/tests/tests_test.go +++ b/internal/tests/tests_test.go @@ -4,7 +4,7 @@ import ( "testing" "github.com/pkg/errors" - "github.com/yyle88/must/internal/tests" + "github.com/yyle88/done/internal/tests" ) func TestExpectPanic(t *testing.T) {