Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
iHiD committed Jan 23, 2025
1 parent 0672367 commit aec56b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/models/badges/participant_in_48_in_24_badge_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class Badge::ParticipantIn48In24BadgeTest < ActiveSupport::TestCase
badge = create :participant_in_48_in_24_badge
assert_equal "#48in24 Participant", badge.name
assert_equal :common, badge.rarity
assert_equal :'48_in_24', badge.icon
assert_equal :'48in24-participant', badge.icon
assert_equal 'Participated in the #48in24 challenge and achieved a medal', badge.description
assert badge.send_email_on_acquisition?
assert_nil badge.notification_key
Expand Down

0 comments on commit aec56b4

Please sign in to comment.