From c3f9b86e2e543725abef62f56d150cdd859ec700 Mon Sep 17 00:00:00 2001 From: Beth Skurrie Date: Wed, 1 Jul 2020 21:42:33 +1000 Subject: [PATCH] docs: update url to wildcard keys spec --- consumer/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consumer/README.md b/consumer/README.md index 6c05d686ec..4144c0157f 100644 --- a/consumer/README.md +++ b/consumer/README.md @@ -312,7 +312,7 @@ DslPart body = new PactDslJsonBody() ``` -For an example, have a look at [WildcardKeysTest](../junit/src/test/java/au/com/dius/pact/consumer/WildcardKeysTest.java). +For an example, have a look at [WildcardKeysTest](../junit/src/test/java/au/com/dius/pact/consumer/junit/WildcardKeysTest.java). **NOTE:** The `eachKeyLike` method adds a `*` to the matching path, so the matching definition will be applied to all keys of the map if there is not a more specific matcher defined for a particular key. Having more than one `eachKeyLike` condition