]> Dogcows Code - chaz/p5-DBIx-Class-ResultSet-RecursiveUpdate/blobdiff - t/lib/RunTests.pm
code for resolving - fix
[chaz/p5-DBIx-Class-ResultSet-RecursiveUpdate] / t / lib / RunTests.pm
index d0fce655ea60f4d259c79d919d42aca15796cb2d..2036de02cd54e660fbf5f004073d3e20ac62f681 100644 (file)
@@ -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',
This page took 0.02005 seconds and 4 git commands to generate.