Skip to content

Commit 0ac012f

Browse files
committed
Remove ambiguity Aqua tests for Julia v1.10
1 parent c09670a commit 0ac012f

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
@@ -26,5 +26,5 @@ using Aqua
2626
end
2727

2828
@testset "Aqua tests (additional)" begin
29-
Aqua.test_all(IntervalArithmetic)
29+
Aqua.test_all(IntervalArithmetic; ambiguities = VERSION v"1.11")
3030
end

0 commit comments

Comments
 (0)