Skip to content

Commit 76448d6

Browse files
committed
test: move Aqua to the end
1 parent e6bc429 commit 76448d6

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

test/runtests.jl

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

54
@testset "FixFunctionArgument.jl" begin
6-
@testset "Code quality (Aqua.jl)" begin
7-
Aqua.test_all(FixFunctionArgument)
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(FixFunctionArgument)
12+
end

0 commit comments

Comments
 (0)