Skip to content

Commit d7b1425

Browse files
registryv1_test.go: add comment explaining baseCSV
Co-authored-by: Per Goncalves da Silva <[email protected]>
1 parent dd9c32a commit d7b1425

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/rukpak/convert/registryv1_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ var _ = Describe("RegistryV1 Suite", func() {
174174
)
175175

176176
BeforeEach(func() {
177+
// base CSV definition that each test case will deep copy and modify
177178
baseCSV = v1alpha1.ClusterServiceVersion{
178179
ObjectMeta: metav1.ObjectMeta{
179180
Name: "testCSV",

0 commit comments

Comments
 (0)