From f9bfda2de89ed204d9cebb4017be9cdeb928e06b Mon Sep 17 00:00:00 2001 From: qydysky Date: Mon, 14 Aug 2023 15:40:40 +0800 Subject: [PATCH] Fix #4 --- component/Component_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/component/Component_test.go b/component/Component_test.go index c6fa10e..5372e8d 100644 --- a/component/Component_test.go +++ b/component/Component_test.go @@ -107,7 +107,7 @@ func Test3(t *testing.T) { func Test4(t *testing.T) { type empty struct{} - if pkg := Sign[empty](`1`, `2`); pkg != `empty github.com/qydysky/part/component.1.2` { + if pkg := Sign[empty](`1`, `2`); pkg != `github.com/qydysky/part/component.1.2` { t.Fatal(pkg) } } -- 2.39.2