]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
test/encoding.cc: Harmonize expected text with exception
authorAdam Kupczyk <akupczyk@ibm.com>
Wed, 3 Jul 2024 15:14:50 +0000 (15:14 +0000)
committerAdam Kupczyk <akupczyk@ibm.com>
Wed, 17 Jul 2024 14:29:33 +0000 (14:29 +0000)
Signed-off-by: Adam Kupczyk <akupczyk@ibm.com>
(cherry picked from commit d4a83b7170657e7eb59507d0c8696238ac62fe32)

src/test/encoding.cc

index 6bc89491f16bfb2ed36e06aabfda48742dcb2557..3c83716b0488a14bdff27956324d43cbe5e4a0f7 100644 (file)
@@ -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__)
     },
     {