From 01d286745b06308c796ca33b6b1c53a979525262 Mon Sep 17 00:00:00 2001 From: Robin Sommer Date: Fri, 9 Dec 2022 16:51:48 +0100 Subject: [PATCH] Update tests/hilti/types/interval/ops.hlt Co-authored-by: Benjamin Bannier --- tests/hilti/types/interval/ops.hlt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/hilti/types/interval/ops.hlt b/tests/hilti/types/interval/ops.hlt index fab5b0a25..a92da8704 100644 --- a/tests/hilti/types/interval/ops.hlt +++ b/tests/hilti/types/interval/ops.hlt @@ -30,7 +30,7 @@ assert i1 >= i1; assert i2 <= i2; assert cast(5) == interval(5.0); -assert cast(5.0) == interval(5.0); +assert cast(5.5) == interval(5.5); assert i3 == interval(25.0); assert i3 == i4;