Skip to content

Commit

Permalink
Update lib/util/package-rules/index.spec.ts
Browse files Browse the repository at this point in the history
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
  • Loading branch information
rarkins and HonkingGoose authored Mar 21, 2023
1 parent 65b9e86 commit 5f9c3fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/util/package-rules/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ describe('util/package-rules/index', () => {
expect(res.x).toBeUndefined();
});

it('doesnt match matchConfidence when there is no mergeConfidenceLevel', () => {
it('does not match matchConfidence when there is no mergeConfidenceLevel', () => {
const config: TestConfig = {
packageRules: [
{
Expand Down

0 comments on commit 5f9c3fa

Please sign in to comment.