Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielPointon committed Feb 13, 2024
1 parent e4cffe9 commit a4faf94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tst/standard/oper.tst
Original file line number Diff line number Diff line change
Expand Up @@ -2837,7 +2837,7 @@ gap> IsOrderIdeal(TestUnion, [1, 5, 6]);
false
gap> D := CycleDigraph(5);;
gap> IsOrderIdeal(D, [1]);
Error, the 1st element (a digraph) must be a partial order digraph
Error, the 1st argument (a digraph) must be a partial order digraph

# DIGRAPHS_UnbindVariables
gap> Unbind(C);
Expand Down

0 comments on commit a4faf94

Please sign in to comment.