Skip to content

Commit

Permalink
chore: wrong test description
Browse files Browse the repository at this point in the history
  • Loading branch information
dominique-pfister committed Nov 12, 2024
1 parent 8acfdb2 commit 8492f13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ describe('Index Tests', () => {
});
}

it('returns 400 for invalid metadata', async () => {
it('returns 400 for bad json-ld', async () => {
const html = `<html>
<head>
<script type="application/ld+json">
Expand Down

0 comments on commit 8492f13

Please sign in to comment.