Skip to content

Commit

Permalink
fixup! fix: Fixes the saving pop-up to appear
Browse files Browse the repository at this point in the history
  • Loading branch information
farhaanbukhsh committed Oct 24, 2024
1 parent 0262f83 commit b57a044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/grading-settings/grading-scale/GradingScale.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ describe('<GradingScale />', () => {
});

it('should render GradingScale component with more than 5 grades', async () => {
const { debug, getAllByTestId } = render(
const { getAllByTestId } = render(
<IntlProvider locale="en" messages={{}}>
<GradingScale
intl={injectIntl}
Expand Down

0 comments on commit b57a044

Please sign in to comment.