Skip to content

Commit

Permalink
test: reduce ambiguities threshold to zero
Browse files Browse the repository at this point in the history
  • Loading branch information
AayushSabharwal committed Jul 23, 2024
1 parent 0ad8d64 commit 28db596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/aqua.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 28db596

Please sign in to comment.