Skip to content

Commit

Permalink
Update src/components/Disclosure/Disclosure.test.jsx
Browse files Browse the repository at this point in the history
Co-authored-by: Alison Langston <46360176+alangsto@users.noreply.github.com>
  • Loading branch information
rijuma and alangsto authored Dec 13, 2024
1 parent 0cf9bd8 commit 52f19b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Disclosure/Disclosure.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jest.mock('@edx/frontend-platform/config', () => ({
describe('<TrialDisclosure />', () => {
let container;

describe('When trial upgrade is not being showed', () => {
describe('When trial upgrade is not being shown', () => {
beforeEach(() => {
({ container } = render(<TrialDisclosure><span>Children</span></TrialDisclosure>));
});
Expand Down

0 comments on commit 52f19b2

Please sign in to comment.