Skip to content

Commit 4acc907

Browse files
committed
Fixed unit tests
1 parent 20a6f99 commit 4acc907

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/apis/deployment/v1alpha/deployment_phase_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ import (
3030

3131
func TestDeploymentPhaseIsFailed(t *testing.T) {
3232
assert.False(t, DeploymentPhaseNone.IsFailed())
33-
assert.False(t, DeploymentPhaseCreating.IsFailed())
3433
assert.True(t, DeploymentPhaseFailed.IsFailed())
3534
assert.False(t, DeploymentPhaseRunning.IsFailed())
3635
}

0 commit comments

Comments
 (0)