1
0
mirror of https://github.com/kalmarek/Groups.jl.git synced 2024-12-26 02:20:30 +01:00

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 @testset "Groups" begin
include("FreeGroup-tests.jl") include("FreeGroup-tests.jl")
include("AutGroup-tests.jl") include("AutGroup-tests.jl")
include("DirectProd-tests.jl") include("DirectPower-tests.jl")
include("WreathProd-tests.jl") include("WreathProd-tests.jl")
end end