X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-DBIx-Class-ResultSet-RecursiveUpdate;a=blobdiff_plain;f=t%2Flib%2FRunTests.pm;fp=t%2Flib%2FRunTests.pm;h=4f9c614a9787c69ce614139f4994a9b751d9b3fd;hp=4094bbe7093555047804126c3010228847f3e70d;hb=c565e2d0c9978c6810a07d5c2addf11ebf3a8c6f;hpb=c8d9a705352caa70607ccf2d9ffe187f8f0e4dab diff --git a/t/lib/RunTests.pm b/t/lib/RunTests.pm index 4094bbe..4f9c614 100644 --- a/t/lib/RunTests.pm +++ b/t/lib/RunTests.pm @@ -166,7 +166,7 @@ sub run_tests { 'Twokeys created' ); my $onekey = - $schema->resultset('Onekey')->search( name => 'aaaaa' )->first; + $schema->resultset('Onekey')->search({ name => 'aaaaa' })->first; ok( $onekey, 'Onekey created' ); ok( $schema->resultset('Twokeys_belongsto') ->find( { key1 => $onekey->id, key2 => 1 } ),