JsonVariantTests pass

This commit is contained in:
Benoit Blanchon
2025-05-31 16:38:14 +02:00
parent 23c73b061e
commit 05942b620a

View File

@ -378,7 +378,7 @@ TEST_CASE("JsonVariant::set() releases the previous value") {
}
SECTION("float") {
v.set(1.2);
v.set(1.2f);
REQUIRE(spy.log() == AllocatorLog{
Deallocate(sizeofString("world")),
});