Skip to content

Commit

Permalink
fixed the typo in the test for select answer
Browse files Browse the repository at this point in the history
  • Loading branch information
Farhanam76 committed Jun 24, 2024
1 parent a39ae46 commit a607da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eq-author/src/components/AnswerTypeSelector/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ describe("Answer Type Selector", () => {
);
});

it("should disbale mutually exclusive if there is a select answer", () => {
it("should disable mutually exclusive if there is a select answer", () => {
props.page.answers[0] = { type: SELECT };
const { getByText, getByTestId } = render(
<AnswerTypeSelector {...props} />
Expand Down

0 comments on commit a607da7

Please sign in to comment.