Also simplify standings
[gruntmaster-data.git] / t / Gruntmaster-Data.t
index 38c2330fcf3219501264cf9289571e4c27d86290..6d381eaecde541ee6ee188c376724f985690717b 100644 (file)
@@ -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';
This page took 0.009151 seconds and 4 git commands to generate.