From 5c259a03044ad3325fd69ffa754e3b4e194a1282 Mon Sep 17 00:00:00 2001 From: CyJaySong Date: Mon, 30 Oct 2023 14:17:41 +0800 Subject: [PATCH] Fix code --- tests/tags_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tags_test.go b/tests/tags_test.go index 6e28277a..03d17e38 100644 --- a/tests/tags_test.go +++ b/tests/tags_test.go @@ -10,7 +10,7 @@ import ( "testing" "time" - "xorm.io/xorm/v2/convert" + "xorm.io/xorm/v2/internal/convert" "xorm.io/xorm/v2/internal/utils" "xorm.io/xorm/v2/names" "xorm.io/xorm/v2/schemas"