Skip to content

Commit

Permalink
fix code
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaoAtGit committed Feb 6, 2024
1 parent ed1252c commit f82787a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e/testcases/e2e-cli-083_helm_ignore.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func init() { //nolint
},
},
},
WantStatus: []int{40},
WantStatus: []int{0},
}

Tests = append(Tests, testSample)
Expand Down
2 changes: 1 addition & 1 deletion e2e/testcases/e2e-cli-084_helm_ignore_block.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func init() { //nolint
},
},
},
WantStatus: []int{40},
WantStatus: []int{0},
}

Tests = append(Tests, testSample)
Expand Down

0 comments on commit f82787a

Please sign in to comment.