Skip to content

Commit

Permalink
Fix Kinopoisk casing (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterShaggyNoble authored Dec 21, 2023
1 parent a146cd8 commit c02a262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ describe('Search', () => {
['by title', 'adobe', 'Adobe'],
['aka alias', 'All Elite Wrestling', 'AEW'],
['dup alias', 'GoToWebinar', 'GoToMeeting'],
['loc alias', 'КиноПоиск', 'KinoPoisk'],
['loc alias', 'КиноПоиск', 'Kinopoisk'],
])(
'full match searching %s displays matching icon first',
async (aliasesProp, typedTitle, expectedTitle) => {
Expand Down

0 comments on commit c02a262

Please sign in to comment.