From 05942b620a5fa656e167fe2eee4269b7b81272ca Mon Sep 17 00:00:00 2001 From: Benoit Blanchon Date: Sat, 31 May 2025 16:38:14 +0200 Subject: [PATCH] JsonVariantTests pass --- extras/tests/JsonVariant/set.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/tests/JsonVariant/set.cpp b/extras/tests/JsonVariant/set.cpp index 04ffeddc..ab94dea9 100644 --- a/extras/tests/JsonVariant/set.cpp +++ b/extras/tests/JsonVariant/set.cpp @@ -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")), });