Skip to content

Commit

Permalink
Update tests/plugins/emoji/dropdown.js
Browse files Browse the repository at this point in the history
Co-Authored-By: Mateusz Samsel <[email protected]>
  • Loading branch information
jacekbogdanski and msamsel authored Nov 19, 2019
1 parent 1cc63d5 commit 376dffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/plugins/emoji/dropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
return item.id === ':collision:';
} )[ 0 ];

assert.isUndefined( collision._name, 'Emoji name should be undefined.' );
assert.isUndefined( collision.name, 'Emoji name should be undefined.' );

bot.panel( 'EmojiPanel', function( panel ) {
panel.hide();
Expand Down

0 comments on commit 376dffb

Please sign in to comment.