Skip to content

Commit

Permalink
Re-credit Caleb Thompson => Caleb Hearth (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
calebhearth authored Nov 16, 2024
1 parent 7e21a35 commit 4455fdb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/models/names_manager/canonical_names.rb
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ def self.map(canonical_name, *also_as)
map 'Buddhika Laknath', 'laknath', 'Laknath'
map 'Caio Chassot', 'caio', "k\100v2studio.com"
map 'Caleb Tennis', "caleb\100aei-tech.com"
map 'Caleb Hearth', 'Caleb Thompson'
map 'Calvin Yu', 'cyu'
map 'Carina C. Zona', 'cczona'
map 'Carl Tashian', 'tashian'
Expand Down
8 changes: 8 additions & 0 deletions test/credits/canonical_names_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -695,6 +695,14 @@ class CanonicalNamesTest < ActiveSupport::TestCase
assert_contributor_names 'd5b67ed8', 'Caleb Tennis'
end

test 'Caleb Thompson' do
assert_contributor_names '17136c20', 'Caleb Hearth'
assert_contributor_names '382a70c8', 'Caleb Hearth'
assert_contributor_names '75f3584d', 'Caleb Hearth'
assert_contributor_names 'd5867a01', 'Caleb Hearth'
assert_contributor_names '3d3fd39c', 'Caleb Hearth'
end

test 'canadaduane' do
assert_contributor_names 'cab2494', 'Duane Johnson'
end
Expand Down

0 comments on commit 4455fdb

Please sign in to comment.