Shovelling PK::Auto stuff where it belongs..
[dbsrgits/DBIx-Class.git] / t / run / 13oracle.tl
index e169995..42d37d3 100644 (file)
@@ -33,7 +33,7 @@ $dbh->do(qq{
   END;
 });
 
-OraTest::Artist->load_components('PK::Auto::Oracle');
+OraTest::Artist->load_components('PK::Auto');
 
 # test primary key handling
 my $new = OraTest::Artist->create({ name => 'foo' });