Skip to content

Commit 59c547d

Browse files
style: fix linter errors
1 parent cd9bbb8 commit 59c547d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/updater/helm_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ func TestHelmUpdaterAppVersion(t *testing.T) {
3131
conf := map[string]string{
3232
"helm_update_appversion": "true",
3333
}
34-
updater.Init(conf)
34+
35+
require.NoError(updater.Init(conf))
3536

3637
nVer := "1.2.3"
3738
chartPath := "../../test/Chart.yaml"

0 commit comments

Comments
 (0)