From 09514bc43aea6f2b8727852d0fd4e41f45ba0d7a Mon Sep 17 00:00:00 2001 From: Eduardo Sanchez-Ros Date: Thu, 18 Sep 2025 13:28:12 +0200 Subject: [PATCH] Fix docs --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eb83475..2fce706 100644 --- a/README.md +++ b/README.md @@ -124,26 +124,31 @@ Notes: ## Failure messages (examples) - Missing field: +```shell Expecting Message: <...> to have field with tag <8> but did not. +``` - Wrong message type: +```shell Expecting Message: <...> to be of type but was: <8> +``` - Wrong field value: +```shell Expecting field with tag <1> in Message: <...> to have value: but was: - +``` ## Compatibility - Java: 11, 17, 21