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 {