diff --git a/tests/test_modules/eos/test_mathUtils.py b/tests/test_modules/eos/test_mathUtils.py index 021bff977..c5cf2b0bb 100644 --- a/tests/test_modules/eos/test_mathUtils.py +++ b/tests/test_modules/eos/test_mathUtils.py @@ -9,4 +9,4 @@ def test_floorFloat(): assert floorFloat(1.1) == 1 assert floorFloat(1.9) == 1 assert floorFloat(1.5) == 1 - assert floorFloat(-1.5) == -1 + assert floorFloat(-1.5) == -2