columns_info_for from zby, fixes to per-db tests
[dbsrgits/DBIx-Class.git] / t / run / 13oracle.tl
index 5c7b3ee..e169995 100644 (file)
@@ -11,7 +11,7 @@ plan tests => 4;
 
 DBICTest::Schema->compose_connection('OraTest' => $dsn, $user, $pass);
 
-my $dbh = OraTest::Artist->storage->dbh;
+my $dbh = OraTest->schema->storage->dbh;
 
 eval {
   $dbh->do("DROP SEQUENCE artist_seq");