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 13, 2024
1 parent 45e365d commit b5299ab
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 @@ -43,7 +43,7 @@ describe('FOR: address-output', () => {
expect(results).toHaveNoViolations();
});

test('THEN: renders `unit` line with correct text', () => {
test('THEN: renders unit with provided text', () => {
expect($('.ons-address-output__unit').text().trim()).toBe('Unit 5');
});

Expand Down

0 comments on commit b5299ab

Please sign in to comment.