Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
matzew committed Mar 4, 2020
1 parent 24530cc commit cf55ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lib/resources/eventing.go
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ func WithDependencyAnnotationTriggerV1Beta1(dependencyAnnotation string) Trigger
if t.Annotations == nil {
t.Annotations = make(map[string]string)
}
t.Annotations[eventingv1alpha1.DependencyAnnotation] = dependencyAnnotation
t.Annotations[eventingv1beta1.DependencyAnnotation] = dependencyAnnotation
}
}

Expand Down

0 comments on commit cf55ab2

Please sign in to comment.