Skip to content

Commit 29e63a9

Browse files
committed
test: move Aqua.jl to the end
1 parent cf69b9a commit 29e63a9

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

test/runtests.jl

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

54
@testset "GraphProperties.jl" begin
6-
@testset "Code quality (Aqua.jl)" begin
7-
Aqua.test_all(GraphProperties)
8-
end
95
# Write your tests here.
106
end
7+
8+
using Aqua: Aqua
9+
10+
@testset "Code quality (Aqua.jl)" begin
11+
Aqua.test_all(GraphProperties)
12+
end

0 commit comments

Comments
 (0)