We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57fd35a commit 135e04aCopy full SHA for 135e04a
1 file changed
packages/dsl-java/src/main/java/io/contract_testing/contractcase/VerifierResultMapper.java
@@ -91,7 +91,7 @@ private static VerificationHandle toVerificationHandle(JsonNode root)
91
}
92
List<VerificationTestHandle> tests = List.of();
93
if (root.has("testHandles")) {
94
- tests = mapper.treeToValue(
+ tests = mapper.convertValue(
95
root.get("testHandles"),
96
new TypeReference<List<VerificationTestHandle>>() {
97
0 commit comments