From e1be6670d141b8e4bc250dc56c4e909155107ea1 Mon Sep 17 00:00:00 2001 From: tangpanqing Date: Tue, 6 Dec 2022 17:29:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=83=A8=E5=88=86=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E8=BD=AC=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/aorm_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/aorm_test.go b/test/aorm_test.go index 600136e..3c565f9 100644 --- a/test/aorm_test.go +++ b/test/aorm_test.go @@ -84,7 +84,7 @@ func TestAll(t *testing.T) { testTransaction(db) - //testTruncate(db) + testTruncate(db) } func testConnect() *sql.DB {