X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-DBIx-Class-ResultSet-RecursiveUpdate;a=blobdiff_plain;f=t%2Flib%2FRunTests.pm;h=53d3c6b174809bbebdf4bfc4fc0dbb844694cefc;hp=fea0b4634e7d8affe2057a354ec0dedb2e743829;hb=861d0d247104ba5d9a05184728e19f1516521396;hpb=ce9a63106394833955cf6fdcfadce46495903458 diff --git a/t/lib/RunTests.pm b/t/lib/RunTests.pm index fea0b46..53d3c6b 100644 --- a/t/lib/RunTests.pm +++ b/t/lib/RunTests.pm @@ -198,7 +198,7 @@ sub run_tests{ ); is( $user->borrowed_dvds->count, 1, 'if_not_submitted delete' ); - my @tags = $schema->resultset( 'Tag' )->search(); + @tags = $schema->resultset( 'Tag' )->search(); $dvd_updated = DBIx::Class::ResultSet::RecursiveUpdate::Functions::recursive_update( resultset => $schema->resultset( 'Dvd' ), updates => {