X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F71mysql.t;h=0526dd8c6653f40cbd82d810f7cebc3df3f9d668;hb=d5dedbd62928f65a9071b4d9b6d56c6b663a073b;hp=8d5a3237632196d3e94297d38090a878db65f193;hpb=2149a4e91f82d2f77657c18d4a0b312327987d5d;p=dbsrgits%2FDBIx-Class.git diff --git a/t/71mysql.t b/t/71mysql.t index 8d5a323..0526dd8 100644 --- a/t/71mysql.t +++ b/t/71mysql.t @@ -332,6 +332,6 @@ ZEROINSEARCH: { my $schema2 = DBICTest::Schema->connect($dsn, $user, $pass); $schema2->resultset("Artist")->find(4); -isa_ok($schema2->storage->sql_maker, 'DBIx::Class::SQLAHacks::MySQL'); +isa_ok($schema2->storage->sql_maker, 'DBIx::Class::SQLMaker::MySQL'); done_testing;