Skip to content

Commit

Permalink
Improve test description
Browse files Browse the repository at this point in the history
  • Loading branch information
sferra committed Feb 23, 2024
1 parent a93054f commit aa253ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/plugins/stream/BandcampPlugin.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ describe('Bandcamp plugin tests', () => {
expect(tracks).toEqual([matchingResult, matchingResult]);
});

test('normalizes value for matching search results', () => {
test('normalizeForMatching trims and converts the term to lowercase', () => {
// mixed case search term padded with spaces
const termToNormalize = ' Search Term ';
const normalizedTerm = plugin.normalizeForMatching(termToNormalize);
Expand Down

0 comments on commit aa253ea

Please sign in to comment.