diff --git a/tests/run_test.py b/tests/run_test.py index 4e3de45..7d1dcb6 100755 --- a/tests/run_test.py +++ b/tests/run_test.py @@ -24,7 +24,7 @@ class InvalidMatchingError(Exception): class SolverError(Exception): - """Raised if the solver returns an error outputs an invalid format.""" + """Raised if the solver returns an error or outputs an invalid format.""" class Graph(NamedTuple):