X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=t%2FGruntmaster-Data.t;fp=t%2FGruntmaster-Data.t;h=6d381eaecde541ee6ee188c376724f985690717b;hb=01fcdebe1ca1a0ca404f717fdb5b95014f4efaa3;hp=38c2330fcf3219501264cf9289571e4c27d86290;hpb=cab36bc417a7d8723aeef55269adc8f2425d8e99;p=gruntmaster-data.git diff --git a/t/Gruntmaster-Data.t b/t/Gruntmaster-Data.t index 38c2330..6d381ea 100644 --- a/t/Gruntmaster-Data.t +++ b/t/Gruntmaster-Data.t @@ -102,10 +102,7 @@ $x = job_entry 7; ok !defined $x->{result}, 'job_entry 7 has NULL result'; $x = standings 'fc'; -is_deeply $x, { - problems => [[fca => 'FC problem A']], - st => [ - {rank => 1, user => 'MGV', user_name => undef, score => 50, scores => [50]}, - {rank => 2, user => 'nobody', user_name => undef, score => 40, scores => [40]}, - ] -}, 'standings fc'; +is_deeply $x, [ + {rank => 1, user => 'MGV', user_name => undef, score => 50, scores => [50]}, + {rank => 2, user => 'nobody', user_name => undef, score => 40, scores => [40]}, +], 'standings fc';