Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
RahulGautamSingh committed Jan 19, 2025
1 parent cd68238 commit 211927d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config/validation.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
{
Expand Down

0 comments on commit 211927d

Please sign in to comment.