summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYongDo-Hyun <97219311+YongDo-Hyun@users.noreply.github.com>2025-12-28 00:09:42 +0300
committerMehmet Samet Duman <yongdohyun@projecttick.org>2026-03-27 19:57:09 +0300
commit4999a71561b8a82f3e87cde28b634b843933aefa (patch)
tree56a90988f98a2131b8f006057919c033d66fc567
parent14b431d7df3ebf9ba672d1758c3d50cf22955194 (diff)
downloadProject-Tick-4999a71561b8a82f3e87cde28b634b843933aefa.tar.gz
Project-Tick-4999a71561b8a82f3e87cde28b634b843933aefa.zip
feat: Update test/test_value.h
Co-authored-by: Alexandru Ionut Tripon <alexandru.tripon97@gmail.com> Signed-off-by: YongDo-Hyun <97219311+YongDo-Hyun@users.noreply.github.com>
-rw-r--r--test/test_value.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_value.h b/test/test_value.h
index c1f94a1847..9f666be2aa 100644
--- a/test/test_value.h
+++ b/test/test_value.h
@@ -18,7 +18,7 @@ public:
v = value();
v = int16_t(12345);
TS_ASSERT_EQUALS(int32_t(v), int32_t(12345));
- TS_ASSERT_EQUALS(double(v), static_cast<double>(int16_t(12345)));
+ TS_ASSERT_EQUALS(double(v), 12345.);
v = value();
v = int32_t(100000);