Skip to content

Commit c86d383

Browse files
committed
Remove top-level @testset
1 parent ccee90c commit c86d383

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

test/runtests.jl

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ using StableRNGs
99

1010
const PSO = ParticleSwarmOptimization
1111

12-
@testset "Particle Swarm" begin
13-
include("parameters.jl")
14-
include("update.jl")
15-
include("problems.jl")
16-
include("strategies/basic.jl")
17-
end
12+
include("parameters.jl")
13+
include("update.jl")
14+
include("problems.jl")
15+
include("strategies/basic.jl")

0 commit comments

Comments
 (0)