cosmetics

This commit is contained in:
kalmar 2017-01-24 12:30:45 +01:00
parent 13edfe7c76
commit 57f0559eae
3 changed files with 2 additions and 3 deletions

View File

@ -28,7 +28,6 @@ one(s::GSymbol) = one(typeof(s))
change_pow(s::GSymbol, n::Int) = throw(ArgumentError("Define change_pow function for $(typeof(s))!"))
abstract Word
type GWord{T<:GSymbol} <: Word

View File

@ -1,4 +1,4 @@
import Base:convert
import Base: convert
export FGSymbol, FGWord

View File

@ -35,7 +35,7 @@ t = FGSymbol("t")
end
end
@testset "GWords" begin
@testset "FGWords" begin
@testset "defines" begin
@test isa(Groups.GWord(s), Groups.GWord)
@test isa(Groups.GWord(s), FGWord)