diff --git a/test/runtests.jl b/test/runtests.jl index 86529f0..e4c77ea 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -3,8 +3,4 @@ using Test using LightGraphs using SimpleTraits - -@testset "EdmondsMaxCardinality.jl" begin - include("EdmondsMaxCardinality.jl") -end - +include("EdmondsMaxCardinality.jl")