aldettinger commented on code in PR #6639:
URL: https://github.com/apache/camel-quarkus/pull/6639#discussion_r1800630062


##########
integration-test-groups/azure/azure-eventhubs/src/test/java/org/apache/camel/quarkus/component/azure/eventhubs/it/AzureEventhubsTest.java:
##########
@@ -72,9 +74,10 @@ void produceConsumeEvents() {
                         .body(
                                 "body", is(messageBody),
                                 "headers.CamelAzureEventHubsEnqueuedTime", 
notNullValue(),
-                                "headers.CamelAzureEventHubsOffset", 
greaterThanOrEqualTo(0),

Review Comment:
   @llowinge looks there is a strange issue here :)
   What is the error message please ? Is it a known bug in hamcrest matchers ?
   
   By any chance, would using something like `greaterThanOrEqualTo(0L)` or 
`greaterThanOrEqualTo(Long.valueOf(0L))` work ?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to