Skip to content

Commit

Permalink
Fix tests after last
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-mitchell committed Feb 5, 2025
1 parent 002b0ff commit 10c4ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tst/standard/examples.tst
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ gap> KneserGraph(6, 3);
<immutable edge- and vertex-transitive symmetric digraph with 20 vertices, 20 \
edges>
gap> KneserGraph(3, 4);
Error, argument <n> must be greater than or equal to argument <k>,
Error, argument <n> must be greater than or equal to argument <k>
gap> KneserGraph(3, -1);
Error, no method found! For debugging hints type ?Recovery from NoMethodFound
Error, no 1st choice method found for `KneserGraph' on 2 arguments
Expand Down

0 comments on commit 10c4ed9

Please sign in to comment.