Skip to content

Commit

Permalink
Fix up tests/snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
HonkingGoose committed Oct 8, 2021
1 parent 45f75df commit c827c5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/config/presets/__snapshots__/index.spec.ts.snap
Expand Up @@ -31,7 +31,7 @@ Object {
"Use <code>renovate/</code> as prefix for all branch names",
"If semantic commits detected, use semantic commit type <code>fix</code> for dependencies and <code>chore</code> for all others",
"Require all status checks to pass before any automerging",
"Pin dependency versions for <code>devDependencies</code> and retain semver ranges for others",
"Pin dependency versions for <code>devDependencies</code> and retain SemVer ranges for others",
],
"ignoreTests": false,
"ignoreUnstable": true,
Expand Down
2 changes: 1 addition & 1 deletion lib/config/presets/index.spec.ts
Expand Up @@ -649,7 +649,7 @@ Object {
const res = await presets.getPreset(':pinVersions(foo, bar)', {});
expect(res).toEqual({
description: [
'Use version pinning (maintain a single version only and not semver ranges)',
'Use version pinning (maintain a single version only and not SemVer ranges)',
],
rangeStrategy: 'pin',
});
Expand Down

0 comments on commit c827c5b

Please sign in to comment.