Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
Signed-off-by: Pierangelo Di Pilato <[email protected]>
  • Loading branch information
pierDipi committed Jul 28, 2023
1 parent 5ab5386 commit a25da62
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/eventshub/eventshub_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ func Example() {
// app: eventshub-hubhub
// ports:
// - protocol: TCP
// name: http
// port: 80
// targetPort: 8080
// ---
Expand Down Expand Up @@ -136,6 +137,7 @@ func ExampleIstioAnnotation() {
// app: eventshub-hubhub
// ports:
// - protocol: TCP
// name: http
// port: 80
// targetPort: 8080
// ---
Expand Down Expand Up @@ -209,6 +211,7 @@ func ExampleNoReadiness() {
// app: eventshub-hubhub
// ports:
// - protocol: TCP
// name: http
// port: 80
// targetPort: 8080
// ---
Expand Down

0 comments on commit a25da62

Please sign in to comment.