Skip to content

Commit

Permalink
Mech Test: Update LabelDesign test
Browse files Browse the repository at this point in the history
  • Loading branch information
dwaring87 committed Oct 2, 2023
1 parent ce2a1b8 commit 5a37a14
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions t/unit_mech/AJAX/LabelDesign.t
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,21 @@ print STDERR Dumper $response;
my $expected_response = {
'num_units' => 692,
'fields' => {
'plot_id' => 39252,
'plot_id' => 39295,
'trial_name' => 'Kasese solgs trial',
'block_number' => '56',
'block_number' => '10',
'tier' => '/',
'location_name' => 'test_location',
'rep_number' => '1',
'year' => '2014',
'dry matter content percentage|CO_334:0000092' => '24.4',
'accession_name' => 'UG130095',
'fresh shoot weight measurement in kg|CO_334:0000016' => '18.5',
'dry matter content percentage|CO_334:0000092' => '21.2',
'accession_name' => 'UG120054',
'fresh shoot weight measurement in kg|CO_334:0000016' => '13.5',
'pedigree' => 'NA/NA',
'plot_number' => 36031,
'fresh root weight|CO_334:0000012' => '11.34',
'accession_id' => 39211,
'plot_name' => 'KASESE_TP2013_1016'
'plot_number' => 35667,
'fresh root weight|CO_334:0000012' => '15.37',
'accession_id' => 38926,
'plot_name' => 'KASESE_TP2013_1000'
},
'reps' => {
'1' => 370,
Expand Down

0 comments on commit 5a37a14

Please sign in to comment.