Skip to content

Commit

Permalink
Fix aqua
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffFessler committed May 19, 2024
1 parent b09492b commit 43de3ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/aqua.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ import Aqua
using Test: @testset

@testset "aqua" begin
Aqua.test_all(Sinograms: Sinograms)
Aqua.test_all(Sinograms)
end
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# runtests.jl

using Sinograms
using Sinograms: Sinograms
using Test: @test, @test_throws, @testset, detect_ambiguities

include("aqua.jl")
Expand Down

0 comments on commit 43de3ae

Please sign in to comment.