Skip to content

Commit

Permalink
Add "Hartley McGuire" mapping for bad Coauthor (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
skipkayhil authored Dec 15, 2024
1 parent 4455fdb commit 3ede54c
Show file tree
Hide file tree
Showing 2 changed files with 5 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 @@ -483,6 +483,7 @@ def self.map(canonical_name, *also_as)
map 'Hakan Ensari', 'hakanensari'
map 'Hal Brodigan', 'postmodern'
map 'Hampton Catlin', "hcatlin\100gmail.com"
map 'Hartley McGuire', 'Hartley McGuire @skipkayhil'
map 'Hendrik Mans', "hendrik\100mans.de"
map 'Hendy Irawan', 'ceefour'
map 'Henrik Nyh', 'Henrik N', "henrik\100nyh.se", 'henrik'
Expand Down
4 changes: 4 additions & 0 deletions test/credits/canonical_names_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1743,6 +1743,10 @@ class CanonicalNamesTest < ActiveSupport::TestCase
assert_contributor_names '4c21026', 'Mike Breen'
end

test 'Hartley McGuire @skipkayhil' do
assert_contributor_names '773d640', 'Hartley McGuire'
end

test 'haruki_zaemon' do
assert_contributor_names 'fcfcc70', 'Simon Harris'
end
Expand Down

0 comments on commit 3ede54c

Please sign in to comment.