Skip to content

Commit

Permalink
Aqua first
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaqz committed Jan 1, 2024
1 parent 4101e61 commit 52d007b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ if version != LibGEOS.GEOS_CAPI_VERSION
end

@testset "LibGEOS" begin
Aqua.test_all(LibGEOS;
ambiguities=(exclude=[RecipesBase.apply_recipe],),
)
include("test_geos_types.jl")
include("test_geos_functions.jl")
include("test_geos_operations.jl")
Expand All @@ -22,7 +25,4 @@ end
include("test_invalid_geometry.jl")
include("test_strtree.jl")
include("test_misc.jl")
Aqua.test_all(LibGEOS;
ambiguities=(exclude=[RecipesBase.apply_recipe],),
)
end

0 comments on commit 52d007b

Please sign in to comment.