Skip to content

Commit

Permalink
Merge pull request #116 from abhinandanpb/master
Browse files Browse the repository at this point in the history
Fixing the test description and validation message
  • Loading branch information
feiskyer authored Aug 9, 2017
2 parents 74bbd4e + 9ad4a2c commit 233b572
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/validate/image.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ var _ = framework.KubeDescribe("Image Manager", func() {

})

It("listImage should get exactly 3 repoTags in the result image [Conformance]", func() {
It("listImage should get exactly 2 repoTags in the result image [Conformance]", func() {
// different tags refer to the same image
testImageList := []string{
"busybox:1-uclibc",
Expand All @@ -129,7 +129,7 @@ var _ = framework.KubeDescribe("Image Manager", func() {
count = 0
}
}
Expect(count).To(Equal(2), "Should have three repoTags in single image in list")
Expect(count).To(Equal(2), "Should have two repoTags in single image in list")
})
})

Expand Down

0 comments on commit 233b572

Please sign in to comment.