Fix the silly mistake responsible for the drama around c9733800
[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');