Skip to content

Commit

Permalink
address review comments
Browse files Browse the repository at this point in the history
Signed-off-by: Bryce Palmer <bpalmer@redhat.com>
  • Loading branch information
everettraven authored and openshift-cherrypick-robot committed Jul 18, 2023
1 parent f6fe216 commit 7b408ef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/controllers/core/catalog_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -492,13 +492,11 @@ var _ = Describe("Catalogd Controller Test", func() {
if or.Name == catalogKey.Name {
Expect(catalogMetadata.Name).To(ContainSubstring(catalogKey.Name))
Expect(catalogMetadata.Kind).To(Equal("CatalogMetadata"))
Expect(catalogMetadata.GetLabels()).To(HaveLen(5))
Expect(catalogMetadata.Spec.Catalog.Name).To(Equal(catalogKey.Name))
break
} else if or.Name == tempCatalog.Name {
Expect(catalogMetadata.Name).To(ContainSubstring(tempCatalog.Name))
Expect(catalogMetadata.Kind).To(Equal("CatalogMetadata"))
Expect(catalogMetadata.GetLabels()).To(HaveLen(5))
Expect(catalogMetadata.Spec.Catalog.Name).To(Equal(tempCatalog.Name))
break
}
Expand Down

0 comments on commit 7b408ef

Please sign in to comment.