From 373367158d871f4ad3e0e2a7365484874a206d6b Mon Sep 17 00:00:00 2001 From: adongare Date: Thu, 31 Oct 2024 11:16:05 -0400 Subject: [PATCH] MAT-4091 test case update --- src/validations/editorValidation.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/validations/editorValidation.test.ts b/src/validations/editorValidation.test.ts index 9975e729..0f1a152b 100644 --- a/src/validations/editorValidation.test.ts +++ b/src/validations/editorValidation.test.ts @@ -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" ); });