Skip to content

Commit

Permalink
back to ruby 2.7 debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom committed Jan 19, 2024
1 parent 2d3cc27 commit c847ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dashboard/test/system/jobs_app_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ def add_bc_num_hours(project_id, script_id)
new_form = if RUBY_VERSION > '3.0'
YAML.safe_load(File.read(forms.first))
else
YAML.safe_load(File.read(forms[1]))
YAML.safe_load(File.read(forms[0]))
end

# 'form' & 'title' are the same
Expand Down

0 comments on commit c847ea2

Please sign in to comment.