Showing 1 changed files with 0 additions and 1 deletions
-1
t/common.t
... ...
@@ -199,7 +199,6 @@ test 'type_rule into';
199 199
 $dbi = DBIx::Custom->connect;
200 200
 eval { $dbi->execute('drop table table1') };
201 201
 $dbi->execute($create_table1_type);
202
-$DB::single = 1;
203 202
 $dbi->type_rule(
204 203
     into1 => {
205 204
         $date_typename => sub { '2010-' . $_[0] }