Skip to content

Commit d1051ab

Browse files
authored
Map Eileen (#337)
1 parent 0a16b82 commit d1051ab

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

app/models/names_manager/canonical_names.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ def self.map(canonical_name, *also_as)
409409
map 'Edward Betts', "edward\100debian.org"
410410
map 'Eelco Lempsink', "rails\10033lc0.net"
411411
map 'Egor Homakov', 'homa', 'homakov', '@homakov'
412-
map 'Eileen M. Uchitelle', 'eileencodes', 'Eileen Uchitelle'
412+
map 'Eileen M. Uchitelle', 'eileencodes', 'Eileen Uchitelle', 'Eileen'
413413
map 'Elan Feingold', "elan\100bluemandrill.com"
414414
map 'Elijah Miller', "elijah.miller\100gmail.com", 'jqr'
415415
map 'Elliot Smith', "elliot\100townx.org"

test/credits/canonical_names_test.rb

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1391,6 +1391,10 @@ class CanonicalNamesTest < ActiveSupport::TestCase
13911391
assert_contributor_names '5130fc8', 'Craig Davey'
13921392
end
13931393

1394+
test 'Eileen' do
1395+
assert_contributor_names '2cf763e', 'Eileen M. Uchitelle'
1396+
end
1397+
13941398
test 'eileencodes' do
13951399
assert_contributor_names '7caceee', 'Eileen M. Uchitelle'
13961400
end
@@ -1582,7 +1586,7 @@ class CanonicalNamesTest < ActiveSupport::TestCase
15821586
test 'frederico' do
15831587
assert_contributor_names '11a75f9', 'Frederico Macedo'
15841588
end
1585-
1589+
15861590
test 'frederikspang' do
15871591
assert_contributor_names 'b602ffd', 'Frederik Spang'
15881592
assert_contributor_names '2acfed9', 'Frederik Spang'

0 commit comments

Comments
 (0)