From: Peter Rabbitson Date: Fri, 22 May 2009 08:35:36 +0000 (+0000) Subject: duh X-Git-Tag: v0.08103~38 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=f2469db16c251b4a6554f244943db6d902203d3c duh --- diff --git a/t/745db2.t b/t/745db2.t index 2e76bca..3f635f8 100644 --- a/t/745db2.t +++ b/t/745db2.t @@ -49,7 +49,7 @@ is( $it->count, 3, "LIMIT count ok" ); my @all = $it->all; is (@all, 3, 'Number of ->all objects matches count'); -$it->reset +$it->reset; is( $it->next->name, "foo", "iterator->next ok" ); is( $it->next->name, "Artist 1", "iterator->next ok" ); is( $it->next->name, "Artist 2", "iterator->next ok" );