Skip to content

Commit

Permalink
test: rename case
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Oct 5, 2024
1 parent cfe41bb commit 97a739f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/metascraper-logo-favicon/test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ test('get the biggest icon possible', async t => {
t.is(metadata.logo, 'https://cdn.microlink.io/logo/favicon-196x196.png')
})

test('prefers small png over large ico', async t => {
test('get the biggest respecting the format', async t => {
const url = 'https://github.com'
const metascraper = createMetascraper()
const html = createHtml([
Expand Down

0 comments on commit 97a739f

Please sign in to comment.