Fix name of view.
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / Schema / Year2000CDs.pm
index 2a2c85b..be91397 100644 (file)
@@ -6,7 +6,7 @@ use DBIx::Class::ResultSource::View;
 
 __PACKAGE__->table_class('DBIx::Class::ResultSource::View');
 
-__PACKAGE__->table('cd');
+__PACKAGE__->table('year2000cds');
 __PACKAGE__->result_source_instance->view_definition(
   "SELECT cdid, artist, title FROM cd WHERE year ='2000'"
 );