Skip to content

Commit

Permalink
Fix aqua tests
Browse files Browse the repository at this point in the history
  • Loading branch information
charleskawczynski committed Jan 11, 2024
1 parent a851ec7 commit 8e84cbe
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions test/aqua.jl
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,8 @@ using Aqua
@test length(ambs) 0
end

@testset "Aqua tests (additional)" begin
Aqua.test_undefined_exports(Thermodynamics)
Aqua.test_stale_deps(Thermodynamics)
Aqua.test_deps_compat(Thermodynamics)
Aqua.test_project_extras(Thermodynamics)
Aqua.test_piracy(Thermodynamics)
@testset "Aqua tests - remaining" begin
Aqua.test_all(Thermodynamics; ambiguities = false, unbound_args = false)
end

nothing

0 comments on commit 8e84cbe

Please sign in to comment.