Skip to content

Commit

Permalink
🩹 Map 'Caleb' to 'Caleb Buxton'
Browse files Browse the repository at this point in the history
  • Loading branch information
cpb committed Sep 19, 2024
1 parent 7e21a35 commit 5a4363c
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 @@ -273,6 +273,7 @@ def self.map(canonical_name, *also_as)
map 'Bryan Kang', 'deepblue'
map 'Buddhika Laknath', 'laknath', 'Laknath'
map 'Caio Chassot', 'caio', "k\100v2studio.com"
map 'Caleb Buxton', "Caleb"
map 'Caleb Tennis', "caleb\100aei-tech.com"
map 'Calvin Yu', 'cyu'
map 'Carina C. Zona', 'cczona'
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 @@ -691,6 +691,14 @@ class CanonicalNamesTest < ActiveSupport::TestCase
assert_contributor_names '4196616', 'David Calavera'
end

test 'Caleb' do
assert_contributor_names '5fa8793', 'Caleb Buxton', 'Tobias Lütke'
end

test 'Caleb Buxton' do
assert_contributor_names 'e68ff5f', 'Caleb Buxton'
end

test "caleb\100aei-tech.com" do
assert_contributor_names 'd5b67ed8', 'Caleb Tennis'
end
Expand Down

0 comments on commit 5a4363c

Please sign in to comment.