mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-23 10:58:35 +08:00
[优化]
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package tool
|
||||
|
||||
import (
|
||||
"pandax/kit/utils"
|
||||
"github.com/PandaXGO/PandaKit/utils"
|
||||
"testing"
|
||||
)
|
||||
|
||||
@@ -11,7 +11,7 @@ func TestToCamelCase(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestGenerateID(t *testing.T) {
|
||||
id := utils.GenerateID()
|
||||
id := utils.GenerateID("")
|
||||
t.Log(id)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user