diff --git a/test/interval_tests/construction.jl b/test/interval_tests/construction.jl index c1b25fa3f..adbf2f73e 100644 --- a/test/interval_tests/construction.jl +++ b/test/interval_tests/construction.jl @@ -351,7 +351,7 @@ end @test isequal(hash(x), hash(y)) x = 0.1 - y = IntervalArithmetic.big53(x) + y = IntervalArithmetic.bigequiv(x) @test isequal(x, y) @test isequal(hash(x), hash(y))