X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FViewDeps%2FResult%2FBaz.pm;h=db80ab29c86fc1d0ff74a3b7ee2e2a86ba35bda1;hb=bf5c3a3f1c0f706106d762e52a0b7092bee1932a;hp=13078ec56e3748bf6fdbd3add37500476fd824a0;hpb=e55d9d8946103bc78bb7550fee64aa6f15cc1e56;p=dbsrgits%2FDBIx-Class.git diff --git a/t/lib/ViewDeps/Result/Baz.pm b/t/lib/ViewDeps/Result/Baz.pm index 13078ec..db80ab2 100644 --- a/t/lib/ViewDeps/Result/Baz.pm +++ b/t/lib/ViewDeps/Result/Baz.pm @@ -6,7 +6,7 @@ use strict; use warnings; use base qw(DBIx::Class::Core); -__PACKAGE__->table('bar'); +__PACKAGE__->table('baz'); __PACKAGE__->add_columns( id => { data_type => 'integer' } );