From 4cf18d33552a10c82ee5cf650074ec42bc73654c Mon Sep 17 00:00:00 2001 From: YongDo-Hyun <97219311+YongDo-Hyun@users.noreply.github.com> Date: Sun, 28 Dec 2025 00:09:54 +0300 Subject: feat: Update test/test_value.h Co-authored-by: Alexandru Ionut Tripon Signed-off-by: YongDo-Hyun <97219311+YongDo-Hyun@users.noreply.github.com> --- test/test_value.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_value.h b/test/test_value.h index 9f666be2aa..6bccb6d487 100644 --- a/test/test_value.h +++ b/test/test_value.h @@ -23,7 +23,7 @@ public: v = value(); v = int32_t(100000); TS_ASSERT_EQUALS(int64_t(v), int64_t(100000)); - TS_ASSERT_EQUALS(double(v), static_cast(int32_t(100000))); + TS_ASSERT_EQUALS(double(v), 100000.); v = value(); v = float(3.14f); -- cgit 0.0.5-2-1-g0f52