From: Adam Kupczyk Date: Wed, 3 Jul 2024 15:14:50 +0000 (+0000) Subject: test/encoding.cc: Harmonize expected text with exception X-Git-Tag: testing/wip-jcollin-testing-20240718.061041-squid~6^2~2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=d81c96f252b5d568dec8c36c305779497f2229ea;p=ceph-ci.git test/encoding.cc: Harmonize expected text with exception Signed-off-by: Adam Kupczyk (cherry picked from commit d4a83b7170657e7eb59507d0c8696238ac62fe32) --- 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__) }, {