X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-DBIx-Class-ResultSet-RecursiveUpdate;a=blobdiff_plain;f=t%2Fmoosified-rs.t;fp=t%2Fmoosified-rs.t;h=e539cf8cba09dff9a945b702f9d7fcd03543e1b9;hp=c9020488e141bb73f5905d2bb12b33e9ae8ca1e1;hb=55e7c26aca917995460ed24cd8064ef59a9ffbcb;hpb=ac6bae45084484cdef44619daf60aa6b9eb2d02a diff --git a/t/moosified-rs.t b/t/moosified-rs.t index c902048..e539cf8 100644 --- a/t/moosified-rs.t +++ b/t/moosified-rs.t @@ -5,7 +5,7 @@ use DBSchemaMoose; use RunTests; use Test::More; -my $schema = DBSchemaMoose->get_test_schema(); +my $schema = DBSchemaMoose->get_test_schema('dbi:SQLite:dbname=:memory:'); run_tests( $schema);