Skip to content

Commit

Permalink
Suppress a test output with incorrect pluralization
Browse files Browse the repository at this point in the history
  • Loading branch information
wilfwilson authored and fingolfin committed Apr 28, 2021
1 parent 7b699e5 commit f244776
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tst/anusp.tst
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ gap> H := Pq( G : Prime := 2, ClassBound := 1 );
gap> hom := GroupHomomorphismByImages( H, H, [H.1, H.2], [H.2, H.1 * H.2] );
[ f1, f2 ] -> [ f2, f1*f2 ]
gap> SetIsBijective( hom, true );
gap> A := GroupByGenerators( [hom] );
<group with 1 generators>
gap> A := GroupByGenerators( [hom] );;
gap> Order( A );
3
gap> SetAutomorphismGroup( H, A );
Expand Down

0 comments on commit f244776

Please sign in to comment.