pact-foundation / pact-workshop-jvm-spring

Example Spring Boot project for the Pact workshop
MIT License
112 stars 74 forks source link

The regex for checking date time will not work on morning 10 AM #38

Open chenbojian opened 7 months ago

chenbojian commented 7 months ago

https://github.com/pact-foundation/pact-workshop-jvm-spring/blob/4c7fb6122bcd04d27b067534ee59d876cf5733c2/consumer/src/test/java/au/com/dius/pactworkshop/consumer/ProductConsumerPactTest.java#L55

This regex will fail at 10 AM, which cause consumer pact tests failure.

AamnaZahid commented 1 month ago

Hi @chenbojian Plz share details.