Skip to content

Commit

Permalink
Increase assertion level for tests to run faster
Browse files Browse the repository at this point in the history
  • Loading branch information
hungaborhorvath committed Nov 9, 2016
1 parent 60e55b7 commit 4e61256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/grp.gi
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ InstallMethod( IsSolvableGroup,

# set IsAbelian filter
isAbelian := isSolvable and Length( S ) <= 2;
Assert(2, IsAbelian(G) = isAbelian);
Assert(3, IsAbelian(G) = isAbelian);
SetIsAbelian(G, isAbelian);

return isSolvable;
Expand Down

0 comments on commit 4e61256

Please sign in to comment.