Skip to content

Commit

Permalink
fix(test): fix labelselector pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Peeler committed Mar 8, 2019
1 parent 79b314d commit ee5c004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/csv_e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1553,7 +1553,7 @@ func TestCreateSameCSVWithOwnedAPIServiceMultiNamespace(t *testing.T) {
Namespace: secondNamespaceName,
},
Spec: v1alpha2.OperatorGroupSpec{
Selector: metav1.LabelSelector{
Selector: &metav1.LabelSelector{
MatchLabels: matchingLabel,
},
},
Expand Down

0 comments on commit ee5c004

Please sign in to comment.