squakez commented on code in PR #5154: URL: https://github.com/apache/camel-k/pull/5154#discussion_r1502234619
########## go.mod: ########## @@ -59,6 +59,8 @@ require ( sigs.k8s.io/structured-merge-diff/v4 v4.4.1 ) +require gotest.tools v2.2.0+incompatible Review Comment: I think I commented by mistake to use Gomega which is used in E2E tests. I was really meaning to use [testify library](https://pkg.go.dev/github.com/stretchr/testify@v1.8.4/assert) which is used in unit testing instead. Apologies for the confusion. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org