X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Frelationship%2Fupdate_or_create_single.t;h=1675525694cdecae4e64434e46e16f5b31a6ac80;hb=166c656193b56e08b472c675e92b9076aac03a53;hp=63ae4b1adad58aed73cbc9082a71aeb200470ecf;hpb=2284af7e437db36ac5ab4defa6dd7085a16a58fe;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/t/relationship/update_or_create_single.t b/t/relationship/update_or_create_single.t index 63ae4b1..1675525 100644 --- a/t/relationship/update_or_create_single.t +++ b/t/relationship/update_or_create_single.t @@ -7,8 +7,7 @@ use DBICTest; my $schema = DBICTest->init_schema(); -#plan tests => 4; -plan 'no_plan'; +plan tests => 9; my $artist = $schema->resultset ('Artist')->first;