From 2c8c7a8b51602ad2951a5b1d7aa0d3adc3315731 Mon Sep 17 00:00:00 2001 From: ning2510 <48829770+ning2510@users.noreply.github.com> Date: Tue, 5 Dec 2023 23:01:50 +0800 Subject: [PATCH] Update ast_gorm_test.go (#1587) --- server/utils/ast/ast_gorm_test.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/server/utils/ast/ast_gorm_test.go b/server/utils/ast/ast_gorm_test.go index 0c83802c..88a77cbc 100644 --- a/server/utils/ast/ast_gorm_test.go +++ b/server/utils/ast/ast_gorm_test.go @@ -1,15 +1,16 @@ package ast import ( + "testing" + "github.com/flipped-aurora/gin-vue-admin/server/global" "github.com/flipped-aurora/gin-vue-admin/server/model/example" - "testing" ) const A = 123 func TestAddRegisterTablesAst(t *testing.T) { - AddRegisterTablesAst("D:\\gin-vue-admin\\server\\utils\\ast_test.go", "Register", "test", "testDB", "testModel") + AddRegisterTablesAst("D:\\gin-vue-admin\\server\\utils\\ast_test.go", "Register", "test", "test", "testDB", "testModel") } func Register() {