Skip to content

Commit

Permalink
style: fix linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
christophwitzko committed Feb 3, 2023
1 parent cd9bbb8 commit 59c547d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/updater/helm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ func TestHelmUpdaterAppVersion(t *testing.T) {
conf := map[string]string{
"helm_update_appversion": "true",
}
updater.Init(conf)

require.NoError(updater.Init(conf))

nVer := "1.2.3"
chartPath := "../../test/Chart.yaml"
Expand Down

0 comments on commit 59c547d

Please sign in to comment.