Skip to content

Commit 0da9a45

Browse files
committed
update a comment
Signed-off-by: akihikokuroda <[email protected]>
1 parent 62badcc commit 0da9a45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/installplan_e2e_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3192,7 +3192,7 @@ var _ = Describe("Install Plan", func() {
31923192

31933193
It("should clear clear up the condition in the InstallPlan status that contains an error message when a valid OperatorGroup is created", func() {
31943194

3195-
// first check that a condition with a message exists
3195+
// first wait for a condition with a message exists
31963196
cond := operatorsv1alpha1.InstallPlanCondition{Type: operatorsv1alpha1.InstallPlanInstalled, Status: corev1.ConditionFalse, Reason: operatorsv1alpha1.InstallPlanReasonInstallCheckFailed,
31973197
Message: "no operator group found that is managing this namespace"}
31983198
Eventually(

0 commit comments

Comments
 (0)