X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F95sql_maker_quote.t;h=1f4cd9018b06dce9602eff7c594a0045f8ec3e14;hb=9c0df5f32b68e23c670c89ce6cdbff60b4bd0ed0;hp=dc33199f03cd7734bde2fb4138c7fa5275f2a84e;hpb=3da841f1cd4418f8f4bfcf56228a06a5feb842aa;p=dbsrgits%2FDBIx-Class.git diff --git a/t/95sql_maker_quote.t b/t/95sql_maker_quote.t index dc33199..1f4cd90 100644 --- a/t/95sql_maker_quote.t +++ b/t/95sql_maker_quote.t @@ -15,9 +15,9 @@ use lib qw(t/lib); use_ok('DBICTest'); -DBICTest->init_schema(); +my $schema = DBICTest->init_schema(); -my $sql_maker = DBICTest->schema->storage->sql_maker; +my $sql_maker = $schema->storage->sql_maker; $sql_maker->quote_char('`'); $sql_maker->name_sep('.');