remove ->deploy from castaway's test
[dbsrgits/DBIx-Class.git] / t / lib / PrefetchBug / Right.pm
index 3576bad..c99dea7 100644 (file)
@@ -6,7 +6,7 @@ use warnings;
 
 use base 'DBIx::Class::Core';
 
-__PACKAGE__->table('prefetch_right');
+__PACKAGE__->table('prefetchbug_right');
 __PACKAGE__->add_columns(qw/ id name category description propagates locked/);
 __PACKAGE__->set_primary_key('id');