Skip to content

Commit

Permalink
Modify random ruby lines for testing purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
Splines committed Jul 7, 2024
1 parent 2f23b6b commit 23fffef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/helpers/talks_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ def speaker_list(talk)
end

def speaker_icon_class(talk)
return "fas fa-user" unless talk.speakers.count > 1
return "fas fa-user this is a codecov test" unless talk.speakers.count > 1

Check warning on line 21 in app/helpers/talks_helper.rb

View check run for this annotation

Codecov / codecov/patch

app/helpers/talks_helper.rb#L21

Added line #L21 was not covered by tests

"fas fa-users"
"fas fa-users this is a codecov test"

Check warning on line 23 in app/helpers/talks_helper.rb

View check run for this annotation

Codecov / codecov/patch

app/helpers/talks_helper.rb#L23

Added line #L23 was not covered by tests
end

def speaker_icon(talk)
Expand Down

0 comments on commit 23fffef

Please sign in to comment.