Showing 1 changed files with 1 additions and 1 deletions
+1 -1
t/common.t
... ...
@@ -28,7 +28,7 @@ use MyDBI1;
28 28
         $self->include_model(
29 29
             MyModel2 => [
30 30
                 'table1',
31
-                'table2'
31
+                {class => 'table2', name => 'table2'}
32 32
             ]
33 33
         );
34 34
     }