Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: Suleiman Dibirov <idsulik@gmail.com>
  • Loading branch information
idsulik committed Feb 1, 2025
1 parent f4da7cb commit 6506f15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/skaffold/deploy/helm/helm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ var testDeployPreservingOrderWithDependsOnConfig = latest.LegacyHelmDeploy{
Name: "F",
ChartPath: "examples/test",
},
}}
}}

var testDeployNamespacedConfig = latest.LegacyHelmDeploy{
Releases: []latest.HelmRelease{{
Expand Down Expand Up @@ -527,7 +527,7 @@ func TestHelmDeploy(t *testing.T) {
level 0: C, F
level 1: B, D
level 2: A, E
*/
*/
description: "helm3.1 deploy in order on each level with dependsOn success",
commands: testutil.
CmdRunWithOutput("helm version --client", version31).
Expand Down

0 comments on commit 6506f15

Please sign in to comment.