diff --git a/test/interval_tests/numeric.jl b/test/interval_tests/numeric.jl index 8e7dd9da..44e91e9d 100644 --- a/test/interval_tests/numeric.jl +++ b/test/interval_tests/numeric.jl @@ -231,7 +231,7 @@ end y = -2..3 @test pow(y, 2.1) == Interval(0.0, 10.045108566305146) @test pow(y, 2.1) != y^2.1 - @test pow(y, 2.1) ⊇ y^2.1 + @test y^2.1 ⊆ pow(y, 2.1) end @testset "Fast interval powers" begin