Skip to content

Commit

Permalink
registryv1_test.go: add comment explaining baseCSV
Browse files Browse the repository at this point in the history
Co-authored-by: Per Goncalves da Silva <[email protected]>
  • Loading branch information
joelanford and perdasilva authored Nov 7, 2024
1 parent dd9c32a commit d7b1425
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/rukpak/convert/registryv1_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ var _ = Describe("RegistryV1 Suite", func() {
)

BeforeEach(func() {
// base CSV definition that each test case will deep copy and modify
baseCSV = v1alpha1.ClusterServiceVersion{
ObjectMeta: metav1.ObjectMeta{
Name: "testCSV",
Expand Down

0 comments on commit d7b1425

Please sign in to comment.