Test direct sql passed to ResultSetColumn
[dbsrgits/DBIx-Class-Historic.git] / t / 32connect_code_ref.t
index 4b90532..9fe0e60 100644 (file)
@@ -8,7 +8,7 @@ use DBICTest;
 plan tests => 1;
 
 # Set up the "usual" sqlite for DBICTest
-my $normal_schema = DBICTest->init_schema;
+my $normal_schema = DBICTest->init_schema( sqlite_use_file => 1 );
 
 # Steal the dsn, which should be like 'dbi:SQLite:t/var/DBIxClass.db'
 my $normal_dsn = $normal_schema->storage->connect_info->[0];