Skip to content

Commit c52133b

Browse files
authored
test for undefined exports (#107)
1 parent 058085f commit c52133b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ using ApproxFunOrthogonalPolynomials, LinearAlgebra, Test
22
using Aqua
33

44
@testset "Project quality" begin
5-
Aqua.test_all(ApproxFunOrthogonalPolynomials, ambiguities=false, undefined_exports=false)
5+
Aqua.test_all(ApproxFunOrthogonalPolynomials, ambiguities=false)
66
end
77

88
@testset "Domain" begin

0 commit comments

Comments
 (0)