X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Frow%2Ffind_one_has_many.t;h=5e1e953af11ab749746b27cecc83f132b13a6d6c;hb=9fd5c112aed0aa0734266ccbc2b66a3e37d62ce2;hp=92c5bd0cceb2e31d67a5fca68b8e6fc8a72562cb;hpb=3170049a4e06723c0ce480532dd25d6c3e4847f6;p=dbsrgits%2FDBIx-Class.git diff --git a/t/row/find_one_has_many.t b/t/row/find_one_has_many.t index 92c5bd0..5e1e953 100644 --- a/t/row/find_one_has_many.t +++ b/t/row/find_one_has_many.t @@ -2,7 +2,6 @@ use strict; use warnings; use Test::More; -use Test::Exception; use lib qw(t/lib); use DBICTest; use DBIC::DebugObj;