Skip to content

Commit

Permalink
Fix mistake in syllable test
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnohilly committed Nov 25, 2024
1 parent 5dd04b8 commit c07db31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Groups/pcgroup.jl
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ end

x = G[1]^5*G[2]^-4
sylls = syllables(x)
@test sylls == [1 => ZZ(1), 2 => ZZ(1)] # check general usage
@test sylls == [1 => ZZ(1), 2 => ZZ(2)] # check general usage
@test G(sylls) == x # check if equivalent

sylls = [1 => ZZ(1), 2 => ZZ(2), 1 => ZZ(3)]
Expand Down

0 comments on commit c07db31

Please sign in to comment.