diff --git a/plugins/testsuite/sqltest.sp b/plugins/testsuite/sqltest.sp index 0f6996b7..e615713f 100644 --- a/plugins/testsuite/sqltest.sp +++ b/plugins/testsuite/sqltest.sp @@ -305,6 +305,7 @@ public Action:Command_TestTxn(args) // Make sure the transaction was rolled back - COUNT should be 5. txn = SQL_CreateTransaction(); + AssertEq("CloneHandle", _:CloneHandle(txn), _:INVALID_HANDLE); SQL_AddQuery(txn, "SELECT COUNT(id) FROM egg"); SQL_ExecuteTransaction( db,