diff options
Diffstat (limited to 'tests/golite.go')
-rw-r--r-- | tests/golite.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/golite.go b/tests/golite.go index bb79c49..04c4f09 100644 --- a/tests/golite.go +++ b/tests/golite.go @@ -5102,8 +5102,7 @@ func MainTest() { // { "TestCollationRegistration", TestCollationRegistration }, { "TestDeclTypes", TestDeclTypes }, { "TestPinger", TestPinger }, - // { "TestUpdateAndTransactionHooks", TestUpdateAndTransactionHooks }, - // { "TestAuthorizer", TestAuthorizer }, + { "TestUpdateAndTransactionHooks", TestUpdateAndTransactionHooks }, { "TestSetFileControlInt", TestSetFileControlInt }, { "TestNonColumnString", TestNonColumnString }, { "TestNilAndEmptyBytes", TestNilAndEmptyBytes }, |