X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-DBIx-Class-ResultSet-RecursiveUpdate;a=blobdiff_plain;f=t%2Flib%2FRunTests.pm;h=2036de02cd54e660fbf5f004073d3e20ac62f681;hp=d0fce655ea60f4d259c79d919d42aca15796cb2d;hb=6863244b840583f978fa2e11dee54a95d709cbad;hpb=e2b8bbc11dfd09487a5e6c96517a929fb2a7ee37 diff --git a/t/lib/RunTests.pm b/t/lib/RunTests.pm index d0fce65..2036de0 100644 --- a/t/lib/RunTests.pm +++ b/t/lib/RunTests.pm @@ -20,6 +20,7 @@ sub run_tests{ my $updates; $updates = { + id => undef, name => 'Test name 2', viewings => [ { user_id => $owner->id } ], owner => { id => $owner->id }, @@ -37,6 +38,7 @@ sub run_tests{ ; # creating new records my $updates = { + id => undef, aaaa => undef, tags => [ '2', { id => '3' } ], name => 'Test name',