Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
trac 25333 plantri doctest (features)
Browse files Browse the repository at this point in the history
  • Loading branch information
Frédéric Chapoton committed May 11, 2018
1 parent 8bdc326 commit 46b1f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/features/graph_generators.py
Expand Up @@ -47,7 +47,7 @@ def is_functional(self):
return FeatureTestResult(self, False,
reason="Call `{command}` failed with exit code {e.returncode}".format(command=" ".join(command), e=e))

expected = "1 triangulation written"
expected = "1 triangulations written"
if lines.find(expected) == -1:
return FeatureTestResult(self, False,
reason = "Call `{command}` did not produce output which contains `{expected}`".format(command=" ".join(command), expected=expected))
Expand Down

0 comments on commit 46b1f55

Please sign in to comment.