Rename insert_txn to unsafe_insert
[dbsrgits/DBIx-Class.git] / t / 746sybase.t
index 7a71bd0..a3b4d6f 100644 (file)
@@ -312,8 +312,8 @@ SQL
     local $TODO = 'not supported yet or possibly ever';
 
     SKIP: {
-      skip 'not testing insert with active cursor unless using insert_txn', 1
-        unless $schema->storage->insert_txn;
+      skip 'not testing insert with active cursor if using unsafe_insert', 1
+        if $schema->storage->unsafe_insert;
 
       my $artist_rs = $schema->resultset('Artist');
       $artist_rs->first;