Skip to content

Commit

Permalink
Remove duplicate keys.
Browse files Browse the repository at this point in the history
  • Loading branch information
serebrov committed Nov 13, 2022
1 parent a0abe98 commit fd5896a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions spec/emoji-index-facebook-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ describe('#EmojiIndex', () => {
new EmojiData({
short_names: ['pineapple'],
name: 'Pineapple',
unified: '1f34d',
unified: '1F34D',
added_in: '6.0',
emoticons: undefined,
// The has_img_xxx are deleted from specific files
Expand All @@ -28,7 +28,6 @@ describe('#EmojiIndex', () => {
sheet_x: 6,
sheet_y: 13,
text: '',
unified: '1F34D',
subcategory: 'food-fruit',
}),
])
Expand Down
3 changes: 1 addition & 2 deletions spec/emoji-index-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ describe('#EmojiIndex', () => {
new EmojiData({
short_names: ['pineapple'],
name: 'Pineapple',
unified: '1f34d',
unified: '1F34D',
added_in: '6.0',
emoticons: undefined,
has_img_apple: true,
Expand All @@ -24,7 +24,6 @@ describe('#EmojiIndex', () => {
sheet_x: 6,
sheet_y: 13,
text: '',
unified: '1F34D',
subcategory: 'food-fruit',
}),
])
Expand Down

0 comments on commit fd5896a

Please sign in to comment.