rename test file

This commit is contained in:
kalmarek 2019-01-02 15:55:37 +01:00
parent 29be715c46
commit 9fd136ac06
2 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,6 @@ using LinearAlgebra
@testset "Groups" begin
include("FreeGroup-tests.jl")
include("AutGroup-tests.jl")
include("DirectProd-tests.jl")
include("DirectPower-tests.jl")
include("WreathProd-tests.jl")
end