Skip to content

Commit

Permalink
Fix attribute names
Browse files Browse the repository at this point in the history
  • Loading branch information
bitscraps committed Feb 28, 2021
1 parent 88facfb commit d80f483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/failure.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class Failure < ApplicationRecord

def self.to_csv
attributes = %w{repo_name, build_number, branch, username, circle_job, test_name test_file line_number failure}
attributes = %w{repo_name build_number branch username circle_job test_name test_file line_number failure}

CSV.generate(headers: true) do |csv|
csv << attributes
Expand Down

0 comments on commit d80f483

Please sign in to comment.