Skip to content

Commit

Permalink
removed quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
SriHV committed Dec 3, 2024
1 parent b3a2f64 commit e01e266
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 @@ -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',
Expand Down

0 comments on commit e01e266

Please sign in to comment.