how can i match bets list as empty on the consumer...
# pact-jvm
a
how can i match bets list as empty on the consumer side?
p
something like this?
Copy code
newJsonBody(body - > {
	body.array("bets", array - > {});
}).build()
a
thanks