Skip to content

Commit

Permalink
revert change to non-spec file
Browse files Browse the repository at this point in the history
  • Loading branch information
craigrva committed Jul 14, 2023
1 parent 67dc572 commit c2c07e6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ def load_spreadsheet_data(file_name)
def stage_assignments(spreadsheet_data)
validate_spreadsheet = HearingSchedule::ValidateJudgeSpreadsheet.new(spreadsheet_data)
errors = validate_spreadsheet.validate

if errors.count > 0
errors.each { |error| fail error }
end
Expand Down

0 comments on commit c2c07e6

Please sign in to comment.