From e01e2669cfb31c97cd007c379f7d116e7a335ac7 Mon Sep 17 00:00:00 2001 From: SriHV Date: Tue, 3 Dec 2024 12:42:06 +0000 Subject: [PATCH] removed quotes --- src/components/document-list/_macro.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/document-list/_macro.spec.js b/src/components/document-list/_macro.spec.js index 1fade4323b..5929c10850 100644 --- a/src/components/document-list/_macro.spec.js +++ b/src/components/document-list/_macro.spec.js @@ -51,7 +51,7 @@ describe('FOR: Macro: document list', () => { describe('GIVEN: Params: id', () => { describe('WHEN: id is provied', () => { - test('has the provided `id` attribute', () => { + test('has the provided id attribute', () => { const $ = cheerio.load( renderComponent('document-list', { id: 'some-id',