Skip to content

Commit

Permalink
fix: Applied suggestion from Code Review
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 committed Dec 13, 2024
1 parent 4d587ff commit c61291b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 All @@ -36,7 +36,7 @@ describe('<TrialDisclosure />', () => {
});
});

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

0 comments on commit c61291b

Please sign in to comment.