Skip to content

Commit fe68aaa

Browse files
test: reduce ambiguities threshold
1 parent d71ec13 commit fe68aaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/aqua.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ using Aqua
2222
# @show method_ambiguity
2323
# end
2424
@warn "Number of method ambiguities: $(length(ambs))"
25-
@test length(ambs) 13
25+
@test length(ambs) 8
2626
end
2727

2828
@testset "Aqua tests (additional)" begin

0 commit comments

Comments
 (0)