Fix usage of Date::Parse
[webservice-strike.git] / t / WebService-Strike.t
index ffd59ad64464f676f3bd97abb28864ee6d364023..ce3c39e20a4f947bf3e29d845504b01b0e1a8305 100644 (file)
@@ -16,7 +16,7 @@ subtest 'order' => sub {
        is $t3->hash, '85DF191A921C20B2DDAFF72368CAB93BA18C5ACE', 'hash #3'
 };
 
-is $t1->date, 1420495200, 'date';
+is $t1->date, 1420502400, 'date';
 is $t2->title, 'FreeBSD 7.1 i386.DVD.iso', 'title';
 like $t1->torrent, qr/^d/, 'torrent file starts with d';
 
This page took 0.00933 seconds and 4 git commands to generate.