]> 127.0.0.1 Git - part/.git/commitdiff
Fix #4 v0.28.0+20230814f9bfda2
authorqydysky <qydysky@foxmail.com>
Mon, 14 Aug 2023 07:40:40 +0000 (15:40 +0800)
committerqydysky <qydysky@foxmail.com>
Mon, 14 Aug 2023 07:40:40 +0000 (15:40 +0800)
component/Component_test.go

index c6fa10e15eff83cf016c98c31241f8f8c416bb17..5372e8d21d30b2dbdd05cf030800cb41d14f4bc0 100644 (file)
@@ -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)
        }
 }