nested txn_do doesn't create nested changesets
[dbsrgits/DBIx-Class-Journal.git] / t / lib / DBICTest / Schema.pm
index ffe1777..3e58f95 100644 (file)
@@ -5,8 +5,6 @@ use base qw/DBIx::Class::Schema/;
 
 __PACKAGE__->load_components(qw/+DBIx::Class::Schema::Journal/);
 
-__PACKAGE__->journal_no_automatic_deploy(1);
-
 __PACKAGE__->journal_connection(['dbi:SQLite:t/var/Audit.db']);
 
 no warnings qw/qw/;