From 211927d67d5fcef3a1848c5171eaa18d21684c18 Mon Sep 17 00:00:00 2001 From: Rahul Gautam Singh Date: Sun, 19 Jan 2025 08:20:16 +0530 Subject: [PATCH] fix tests --- lib/config/validation.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/config/validation.spec.ts b/lib/config/validation.spec.ts index 442412601b61c8..e66d442cf99cf7 100644 --- a/lib/config/validation.spec.ts +++ b/lib/config/validation.spec.ts @@ -725,7 +725,7 @@ describe('config/validation', () => { expect(errors).toMatchInlineSnapshot(` [ { - "message": "Each Custom Manager must contain a non-empty matchStrings array", + "message": "Each Custom Manager \`matchStrings\` array must have at least one item.", "topic": "Configuration Error", }, {