Skip to content

Commit

Permalink
Update src/components/address-output/_macro.spec.js
Browse files Browse the repository at this point in the history
Co-authored-by: rmccar <[email protected]>
  • Loading branch information
SriHV and rmccar authored Sep 30, 2024
1 parent 12d8e0c commit 7aff671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/address-output/_macro.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ describe('FOR: Macro: Address-output', () => {
});

describe('GIVEN: Params: single param', () => {
describe('WHEN: the `unit` address line is the only parameter provided', () => {
describe('WHEN: the unit address line is the only parameter provided', () => {
const $ = cheerio.load(
renderComponent('address-output', {
unit: 'Unit 5',
Expand Down

0 comments on commit 7aff671

Please sign in to comment.