--- trunk/t/50-strix-user.t 2008/07/13 13:09:27 108 +++ trunk/t/50-strix-user.t 2008/07/13 13:09:56 109 @@ -19,7 +19,7 @@ diag dump( $u ) if $debug; -ok( my $i = $u->collection( 2, 1 ), 'collection' ); +ok( my $i = $u->collection( { limit => 2, offset => 1 } ), 'collection' ); isa_ok( $i, 'Fey::Object::Iterator' ); diag dump( $i ) if $debug;