X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=t%2FWWW-Search-Torrentz-Result.t;fp=t%2FWWW-Search-Torrentz-Result.t;h=cb3a1d4e5eab04a157f2165c58b6941a762c81ee;hb=7dcf8cdab03b116a2cd2faefd95fa27683e6b48e;hp=1c98d8e578b24401c9ad782f9a83c4899dbd8411;hpb=99ef893e46a2535fa17c78d6dbe718df1aa3a217;p=www-search-torrentz.git diff --git a/t/WWW-Search-Torrentz-Result.t b/t/WWW-Search-Torrentz-Result.t index 1c98d8e..cb3a1d4 100644 --- a/t/WWW-Search-Torrentz-Result.t +++ b/t/WWW-Search-Torrentz-Result.t @@ -6,13 +6,13 @@ use Test::More tests => 9; BEGIN { use_ok('WWW::Search::Torrentz::Result') }; my $result = WWW::Search::Torrentz::Result->new( - title => 'Title', - verified => 4, - age => 'age', - size => 'size', - seeders => 50, - leechers => 50, - infohash => '514131e668a8134bca9668ef2e19e690924adf86', + title => 'Title', + verified => 4, + age => 'age', + size => 'size', + seeders => 50, + leechers => 50, + infohash => '514131e668a8134bca9668ef2e19e690924adf86', ); is $result->title, 'Title', 'title';