X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=blobdiff_plain;f=t%2Frow%2Finflate_result.t;h=ab35f86b919995e081f43ab3cd0a17a7d7cd6ac6;hp=7606a5417b53405689dd9ce018fa6656337c6594;hb=d9c17594ab3be0b866c555750cdbd1ad6a1b34e6;hpb=574d9b690cd9687feed73e81adf35ed589f0d7eb diff --git a/t/row/inflate_result.t b/t/row/inflate_result.t index 7606a54..ab35f86 100644 --- a/t/row/inflate_result.t +++ b/t/row/inflate_result.t @@ -76,7 +76,7 @@ my $admin_data = { admin => 1 }; -ok( my $schema = My::Schema->connection('dbi:SQLite:dbname=:memory:') ); +ok( my $schema = My::Schema->connection(DBICTest->_database) ); ok( $schema->storage->dbh->do(