Fix lint issues: format test struct fields properly
Co-authored-by: yxxhero <11087727+yxxhero@users.noreply.github.com>
This commit is contained in:
parent
cbdb642aa6
commit
fb8c49e5fb
|
|
@ -166,13 +166,13 @@ func TestHelmState_flagsForUpgrade(t *testing.T) {
|
||||||
}
|
}
|
||||||
|
|
||||||
tests := []struct {
|
tests := []struct {
|
||||||
name string
|
name string
|
||||||
version *semver.Version
|
version *semver.Version
|
||||||
defaults HelmSpec
|
defaults HelmSpec
|
||||||
release *ReleaseSpec
|
release *ReleaseSpec
|
||||||
syncOpts *SyncOpts
|
syncOpts *SyncOpts
|
||||||
want []string
|
want []string
|
||||||
wantErr string
|
wantErr string
|
||||||
}{
|
}{
|
||||||
{
|
{
|
||||||
name: "no-options",
|
name: "no-options",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue