X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Frow%2Finflate_result.t;h=7606a5417b53405689dd9ce018fa6656337c6594;hb=b9df8e39d03e6da167b2598f6ee70fb16c069112;hp=c31d804aac9212b0d5697f41cc6adb06ac7072bb;hpb=d4a20f3890186caa8d1ac6f6ae7706a276972f9f;p=dbsrgits%2FDBIx-Class.git diff --git a/t/row/inflate_result.t b/t/row/inflate_result.t index c31d804..7606a54 100644 --- a/t/row/inflate_result.t +++ b/t/row/inflate_result.t @@ -91,7 +91,6 @@ TODO: { is( ref $user, 'My::Schema::Result::User' ); is( ref $admin, 'My::Schema::Result::User::Admin' ); - } my $user = $schema->resultset('User')->single($user_data);