been looking at this <https://docs.pact.io/slack/p...
# pact-go
w
been looking at this https://docs.pact.io/slack/pact-go.html#1531267542.000155 as i have ran into the error where i get
No pacts found to verify
. This fails my test, what could be the cause
m
It's usually because the selectors you're using are incorrect and it can't find any pacts. I.e likely a configuration issue
Enable debug logging to find out why it can't find any pacts
w
how does one enable debugging
m