From 28db59602a8d4ee63adc8afd637b586fdf7e8ea6 Mon Sep 17 00:00:00 2001 From: Aayush Sabharwal Date: Tue, 23 Jul 2024 11:58:19 +0530 Subject: [PATCH] test: reduce ambiguities threshold to zero --- test/aqua.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/aqua.jl b/test/aqua.jl index b403790aa5..5d670c4a51 100644 --- a/test/aqua.jl +++ b/test/aqua.jl @@ -22,7 +22,7 @@ using Aqua # @show method_ambiguity # end @warn "Number of method ambiguities: $(length(ambs))" - @test length(ambs) ≤ 13 + @test length(ambs) ≤ 0 end @testset "Aqua tests (additional)" begin