Skip to content

Commit

Permalink
Rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
yoldas committed Nov 28, 2023
1 parent b7329fa commit 60bee78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@

let(:parent_uuid) { 'uuid' }
let(:plate) do
create :v2_plate, uuid: parent_uuid, barcode_number: '2', wells: parent_wells.rotate(2) # rotate so that the wells are unsorted
create :v2_plate, uuid: parent_uuid, barcode_number: '2', wells: parent_wells.rotate(2) # unsorted wells
end
let(:child_plate) { create :v2_plate, uuid: 'child-uuid', barcode_number: '3' }

Expand Down

0 comments on commit 60bee78

Please sign in to comment.