Skip to content

Commit

Permalink
test: fix undefined store content
Browse files Browse the repository at this point in the history
  • Loading branch information
nileshgulia1 committed Mar 19, 2024
1 parent 3a558aa commit 1827735
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/Blocks/ContextNavigation/Accordion.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ describe('RASTAccordion', () => {
locale: 'en',
messages: {},
},
content: {
subrequests: {},
},
});

const { container } = render(
Expand Down

0 comments on commit 1827735

Please sign in to comment.