diff options
| author | YongDo-Hyun <97219311+YongDo-Hyun@users.noreply.github.com> | 2025-12-28 00:10:13 +0300 |
|---|---|---|
| committer | Mehmet Samet Duman <yongdohyun@projecttick.org> | 2026-03-27 19:57:09 +0300 |
| commit | bc952e1298e7aba15a7e97df521b8fc57efd5d73 (patch) | |
| tree | 5d6ce5a1f634dd4d07c7adf9e31106266f27151b | |
| parent | 4cf18d33552a10c82ee5cf650074ec42bc73654c (diff) | |
| download | Project-Tick-bc952e1298e7aba15a7e97df521b8fc57efd5d73.tar.gz Project-Tick-bc952e1298e7aba15a7e97df521b8fc57efd5d73.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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_value.h b/test/test_value.h index 6bccb6d487..f63d051d28 100644 --- a/test/test_value.h +++ b/test/test_value.h @@ -27,7 +27,7 @@ public: v = value(); v = float(3.14f); - TS_ASSERT_EQUALS(double(v), static_cast<double>(3.14f)); + TS_ASSERT_EQUALS(double(v), 3.14); v = value(); v = double(2.718281828); |
