Skip to content

Commit

Permalink
Increase ambiguities limit
Browse files Browse the repository at this point in the history
  • Loading branch information
charleskawczynski committed Jun 16, 2023
1 parent 5c8bd0e commit a0c7067
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/aqua.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ using Aqua
# If the number of ambiguities is less than the limit below,
# then please lower the limit based on the new number of ambiguities.
# We're trying to drive this number down to zero to reduce latency.
@test length(ambs) 15
# Uncomment for debugging:
# for method_ambiguity in ambs
# @show method_ambiguity
# end
for method_ambiguity in ambs
@show method_ambiguity
end
@test length(ambs) 16
end

@testset "Aqua tests (additional)" begin
Expand Down

0 comments on commit a0c7067

Please sign in to comment.