Skip to content

Commit

Permalink
ok must be 2
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom committed Jan 19, 2024
1 parent c847ea2 commit dccc1a3
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[0]))
YAML.safe_load(File.read(forms[2]))
end

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

0 comments on commit dccc1a3

Please sign in to comment.