Skip to content

Commit

Permalink
Fix deprecation testjob (oscar-system#3301)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens authored and ooinaruhugh committed Feb 15, 2024
1 parent c25cd05 commit 786d445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Groups/gsets.jl
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ end
# action homomorphism
acthom = action_homomorphism(Omega)
@test pi == g^acthom
flag, pre = haspreimage(acthom, pi)
flag, pre = has_preimage_with_preimage(acthom, pi)
@test flag
@test pre == g
@test order(image(acthom)[1]) == order(G)
Expand Down

0 comments on commit 786d445

Please sign in to comment.