diff options
author | Adam Kupczyk <akupczyk@ibm.com> | 2024-07-03 17:14:50 +0200 |
---|---|---|
committer | Adam Kupczyk <akupczyk@ibm.com> | 2024-07-03 17:14:50 +0200 |
commit | d4a83b7170657e7eb59507d0c8696238ac62fe32 (patch) | |
tree | 86ce30b06c60fe8ceeb29b739023781708cdd9ae /src/test/encoding.cc | |
parent | build: split ceph_ver.h (diff) | |
download | ceph-d4a83b7170657e7eb59507d0c8696238ac62fe32.tar.xz ceph-d4a83b7170657e7eb59507d0c8696238ac62fe32.zip |
test/encoding.cc: Harmonize expected text with exception
Signed-off-by: Adam Kupczyk <akupczyk@ibm.com>
Diffstat (limited to 'src/test/encoding.cc')
-rw-r--r-- | src/test/encoding.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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__) }, { |