Skip to content

Commit

Permalink
fix: fixed spec paths
Browse files Browse the repository at this point in the history
Signed-off-by: kvanzuijlen <[email protected]>
  • Loading branch information
kvanzuijlen committed Dec 27, 2023
1 parent 2a01fce commit 6d7875d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`lib/manager/helm-values/update .bumpPackageVersion() increments 1`] = `
exports[`modules/manager/helm-values/update .bumpPackageVersion() increments 1`] = `
"apiVersion: v2
name: test
version: 0.0.3
"
`;

exports[`lib/manager/helm-values/update .bumpPackageVersion() updates 1`] = `
exports[`modules/manager/helm-values/update .bumpPackageVersion() updates 1`] = `
"apiVersion: v2
name: test
version: 0.1.0
Expand Down

0 comments on commit 6d7875d

Please sign in to comment.