Skip to content

Commit 05942b6

Browse files
committed
JsonVariantTests pass
1 parent 23c73b0 commit 05942b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extras/tests/JsonVariant/set.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ TEST_CASE("JsonVariant::set() releases the previous value") {
378378
}
379379

380380
SECTION("float") {
381-
v.set(1.2);
381+
v.set(1.2f);
382382
REQUIRE(spy.log() == AllocatorLog{
383383
Deallocate(sizeofString("world")),
384384
});

0 commit comments

Comments
 (0)