Skip to content

Commit

Permalink
Removed duplicate test case
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasgun committed Nov 30, 2021
1 parent 6a8040f commit c80052f
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions pkg/serving/revision_template_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,13 +162,11 @@ func TestContainerStatus(t *testing.T) {
"no container",
&servingv1.Revision{
Spec: servingv1.RevisionSpec{},
},
nil,
},
{
"no container",
&servingv1.Revision{
Spec: servingv1.RevisionSpec{},
Status: servingv1.RevisionStatus{ContainerStatuses: []servingv1.ContainerStatus{
{
Name: "user-container",
},
}},
},
nil,
},
Expand Down

0 comments on commit c80052f

Please sign in to comment.