From d0405242c2f7066cb6a93d452c46c4de56c607e2 Mon Sep 17 00:00:00 2001 From: Nacho Cordon Date: Fri, 6 Sep 2024 10:59:26 +0100 Subject: [PATCH] Removes inline snapshot thingy --- .../src/tests/syntaxValidation/proceduresValidation.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/language-support/src/tests/syntaxValidation/proceduresValidation.test.ts b/packages/language-support/src/tests/syntaxValidation/proceduresValidation.test.ts index ef305f8b..73a7d2cf 100644 --- a/packages/language-support/src/tests/syntaxValidation/proceduresValidation.test.ts +++ b/packages/language-support/src/tests/syntaxValidation/proceduresValidation.test.ts @@ -559,7 +559,7 @@ describe('Procedures semantic validation spec', () => { functions: testData.mockSchema.functions, }, }), - ).toMatchInlineSnapshot([ + ).toEqual([ { message: "Procedure db.awaitIndeX is not present in the database. Make sure you didn't misspell it or that it is available when you run this statement in your application",