Skip to content

Commit

Permalink
changes as per comments
Browse files Browse the repository at this point in the history
  • Loading branch information
SriHV committed Dec 16, 2024
1 parent 10ce615 commit d571d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/document-list/_macro.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ describe('FOR: Macro: Document list', () => {
});

describe('GIVEN: Params: metadata', () => {
describe('WHEN: when multiple configurations are provided in the document metadata', () => {
describe('WHEN: when document has metadata with all available configurations', () => {
const $ = cheerio.load(
renderComponent('document-list', {
documents: [EXAMPLE_DOCUMENT_LIST_WITH_MULTIPLE],
Expand Down

0 comments on commit d571d47

Please sign in to comment.