Skip to content

Commit

Permalink
Disable Rubocop AbcSize metric for test test specific helper method
Browse files Browse the repository at this point in the history
  • Loading branch information
yoldas committed Jun 19, 2024
1 parent c31fe96 commit ae5cc6a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
#
# @param count [Integer] The number of wells to select.
# @return [Array<Array<String>>] The expected CSV content.
# rubocop:disable Metrics/AbcSize
def expected_content(count)
locations = Utility::CellCountSpotChecking.new(plate, ancestor_tubes).select_wells(count).map(&:location)
header = [
Expand All @@ -99,4 +100,5 @@ def expected_content(count)
end
header + rows
end
# rubocop:enable Metrics/AbcSize
end

0 comments on commit ae5cc6a

Please sign in to comment.