Skip to content

Commit 9beef22

Browse files
authored
test: only load Aqua at the end (#49)
1 parent ee13dfb commit 9beef22

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

test/runtests.jl

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
using ZeroDimensionalArrays
22
using Test
3-
using Aqua: Aqua
43

54
@testset "ZeroDimensionalArrays.jl" begin
65
@testset "common abstract supertype" begin
@@ -108,8 +107,10 @@ using Aqua: Aqua
108107
@test ismutabletype(BoxConst)
109108
end
110109
end
110+
end
111111

112-
@testset "Code quality (Aqua.jl)" begin
113-
Aqua.test_all(ZeroDimensionalArrays)
114-
end
112+
using Aqua: Aqua
113+
114+
@testset "Code quality (Aqua.jl)" begin
115+
Aqua.test_all(ZeroDimensionalArrays)
115116
end

0 commit comments

Comments
 (0)