Skip to content

Commit

Permalink
MAT-4091 test case update
Browse files Browse the repository at this point in the history
  • Loading branch information
adongare committed Oct 31, 2024
1 parent 61d9be1 commit 3733671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/validations/editorValidation.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ describe("Editor Validation Test", () => {
});
const errorsResult = await useGetAllErrors(editorContent);
expect(errorsResult.errors.length).toBe(5);
expect(errorsResult.errors[1].message).toBe(
expect(errorsResult.errors[1].message).toEqual(
"Could not find resource Library with name: MATGlobalCommonFunctionsQDM"
);
});
Expand Down

0 comments on commit 3733671

Please sign in to comment.