X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=blobdiff_plain;f=t%2F76joins.t;h=b0d92f8a2757ebdbc65f292a48f5119183e401c1;hp=a110ec23ea8170318c25ec47976c8c1c3516fb71;hb=8273e845426f0187b4ad6c4a1b42286fa09a648f;hpb=33eafbfd322ab48a2697c0ea9fadfb182fb22a36 diff --git a/t/76joins.t b/t/76joins.t index a110ec2..b0d92f8 100644 --- a/t/76joins.t +++ b/t/76joins.t @@ -1,5 +1,5 @@ use strict; -use warnings; +use warnings; use Test::More; use lib qw(t/lib); @@ -167,7 +167,7 @@ is($rs->first->name, 'We Are Goth', 'Correct record returned'); [ 4, 7 ], [ 4, 8 ], ]); - + sub cd_count { return $schema->resultset("CD")->count; } @@ -177,7 +177,7 @@ is($rs->first->name, 'We Are Goth', 'Correct record returned'); is(cd_count(), 8, '8 rows in table cd'); is(tk_count(), 7, '7 rows in table twokeys'); - + sub artist1 { return $schema->resultset("CD")->search( { 'artist.name' => 'Caterwauler McCrae' },