Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens committed Jun 21, 2024
1 parent 428ad51 commit 06167c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experimental/LieAlgebras/test/AbstractLieAlgebra-test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
L = lie_algebra(R, struct_consts; cached=false, check=true)
@test true # count the number of testcases
if !isnothing(gap_type)
@test String(GAP.Globals.SemiSimpleType(codomain(Oscar._iso_oscar_gap(L)))) in
@test String(GAP.Globals.SemiSimpleType(codomain(Oscar.iso_oscar_gap(L)))) in
gap_type
end
end
Expand Down

0 comments on commit 06167c4

Please sign in to comment.