Skip to content

Commit 544ccfd

Browse files
Merge pull request #8 from tensor4all/terasaki/remove-unused-Test-module-import
Remove unused `Test` module import
2 parents 212c528 + 0e93684 commit 544ccfd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/code_quality_test.jl

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
@testitem "Code quality (Aqua.jl)" begin
2-
using Test
32
using Aqua
43

54
import QuanticsGrids
@@ -16,7 +15,7 @@ end
1615

1716
import QuanticsGrids
1817

19-
if VERSION >= v"1.9"
18+
if VERSION >= v"1.10"
2019
@testset "Code linting (JET.jl)" begin
2120
JET.test_package(QuanticsGrids; target_defined_modules = true)
2221
end

0 commit comments

Comments
 (0)