Skip to content

Commit cedb6b0

Browse files
committed
Merge branch 'feature/change-default-settings' of https://github.com/springload/react-accessible-accordion into feature/change-default-settings
2 parents 44e2c1d + a6e45d1 commit cedb6b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Accordion.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ describe('Accordion', () => {
116116
).toEqual('true');
117117
});
118118

119-
it('allows the last-expanded to collapsed by default', () => {
119+
it('allows the last-expanded to be collapsed by default', () => {
120120
const { getByTestId } = render(
121121
<Accordion>
122122
<AccordionItem>

0 commit comments

Comments
 (0)