From d4a83b7170657e7eb59507d0c8696238ac62fe32 Mon Sep 17 00:00:00 2001 From: Adam Kupczyk Date: Wed, 3 Jul 2024 15:14:50 +0000 Subject: [PATCH] test/encoding.cc: Harmonize expected text with exception Signed-off-by: Adam Kupczyk --- src/test/encoding.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/encoding.cc b/src/test/encoding.cc index 6bc89491f16..3c83716b048 100644 --- a/src/test/encoding.cc +++ b/src/test/encoding.cc @@ -327,7 +327,7 @@ TEST(EncodingException, Macros) { } tests[] = { { DECODE_ERR_OLDVERSION(__PRETTY_FUNCTION__, 100, 200), - fmt::format("{} no longer understand old encoding version 100 < 200: Malformed input", + fmt::format("{} no longer understands old encoding version 100 < 200: Malformed input", __PRETTY_FUNCTION__) }, { -- 2.39.5