tests pass + cleanup
[dbsrgits/DBIx-Class-ResultSet-WithMetaData.git] / t / custom_methods.t
index 1ece36a..9ed2ad9 100644 (file)
@@ -1,6 +1,6 @@
 #!perl
 
-use Test::More tests => 2;
+use Test::More tests => 3;
 use lib qw(t/lib);
 use DBICTest;
 use Data::Dumper;
@@ -10,7 +10,6 @@ ok(my $schema = DBICTest->init_schema(), 'got schema');
 
 {
        my $artist_rs = $schema->resultset('Artist')->order_by(col => 'artistid')->display();
-       warn Dumper($artist_rs);
        is_deeply($artist_rs, [
                {
                        'artistid' => '1',