diff --git a/test/Aqua.jl b/test/Aqua.jl index dcd2c166..66964ee1 100644 --- a/test/Aqua.jl +++ b/test/Aqua.jl @@ -2,8 +2,5 @@ using ClosedLoopReachability, Test import Aqua @testset "Aqua tests" begin - Aqua.test_all(ClosedLoopReachability; ambiguities=false) - - # do not warn about ambiguities in dependencies - Aqua.test_ambiguities(ClosedLoopReachability) + Aqua.test_all(ClosedLoopReachability) end diff --git a/test/Project.toml b/test/Project.toml index 345980a4..6f61fc8e 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -3,4 +3,4 @@ Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] -Aqua = "0.8" +Aqua = "0.8.9"