Skip to content

Commit

Permalink
update param name
Browse files Browse the repository at this point in the history
  • Loading branch information
rmccar committed Nov 8, 2024
1 parent 9ca8e35 commit b2b1a95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/accordion/_macro.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ describe('FOR: Macro: Accordion', () => {
expect(titleText).toBe('Title for item 1');
});
});
describe('WHEN: titleTag is not provided', () => {
describe('WHEN: headingLevel is not provided', () => {
const $ = cheerio.load(
renderComponent('accordion', {
itemsList: [
Expand All @@ -79,7 +79,7 @@ describe('FOR: Macro: Accordion', () => {
expect(titleTag).toBe('h2');
});
});
describe('WHEN: titleTag is provided', () => {
describe('WHEN: headingLevel is provided', () => {
const $ = cheerio.load(
renderComponent('accordion', {
itemsList: [
Expand Down

0 comments on commit b2b1a95

Please sign in to comment.