Skip to content

Commit

Permalink
no status should not be possible
Browse files Browse the repository at this point in the history
  • Loading branch information
jdewinne committed Sep 28, 2023
1 parent 371ddd6 commit 854f2d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cli/cmd/cluster_prepare_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ func Test_areReleaseChartsReady(t *testing.T) {
}{
{"nil charts", nil, true, false},
{"no charts", []types.Chart{}, true, false},
{"one chart, no status", []types.Chart{{}}, false, true},
{"one chart, status unkown", []types.Chart{{Status: types.ChartStatusUnknown}}, false, false},
{"one chart, status pushing", []types.Chart{{Status: types.ChartStatusPushing}}, false, false},
{"one chart, status pushed", []types.Chart{{Status: types.ChartStatusPushed}}, true, false},
Expand Down

0 comments on commit 854f2d6

Please sign in to comment.