diff --git a/test/aqua.jl b/test/aqua.jl index 452e484..47f4ac7 100644 --- a/test/aqua.jl +++ b/test/aqua.jl @@ -3,5 +3,5 @@ import Aqua using Test: @testset @testset "aqua" begin - Aqua.test_all(Sinograms: Sinograms) + Aqua.test_all(Sinograms) end diff --git a/test/runtests.jl b/test/runtests.jl index b600052..5e3da59 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -1,6 +1,6 @@ # runtests.jl -using Sinograms +using Sinograms: Sinograms using Test: @test, @test_throws, @testset, detect_ambiguities include("aqua.jl")