diff --git a/test/module.test.js b/test/module.test.js index bc2d3aa9..4c21989d 100644 --- a/test/module.test.js +++ b/test/module.test.js @@ -105,7 +105,7 @@ describe('Render AMP version of home page', () => { expect(info.canonical).toEqual(url('')) }) - test('Keep valid font providers links', () => { + test('Keep links of valid font providers', () => { expect(info.googleFont).toEqual('https://fonts.googleapis.com/css2?family=Langar&display=swap') })