summaryrefslogtreecommitdiff
path: root/test/core/common/VariantConverterTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/common/VariantConverterTest.cpp')
-rw-r--r--test/core/common/VariantConverterTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/common/VariantConverterTest.cpp b/test/core/common/VariantConverterTest.cpp
index 9654a7b..2860777 100644
--- a/test/core/common/VariantConverterTest.cpp
+++ b/test/core/common/VariantConverterTest.cpp
@@ -244,7 +244,7 @@ TEST(VariantConverter, toString)
VariantConverter::Mode::ALL, logger);
assertStringConversion(M, "{\"b\":true,\"d\":2.7,\"i\":6,\"s\":\"test\"}",
true, VariantConverter::Mode::ALL, logger);
- assertStringConversion(C, "<cardinality {2-4, >6}>", true,
+ assertStringConversion(C, "{2-4, >6}", true,
VariantConverter::Mode::ALL, logger);
}