diff options
-rw-r--r-- | tests/test_arcs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_arcs.py b/tests/test_arcs.py index 27b8c50b..4513d085 100644 --- a/tests/test_arcs.py +++ b/tests/test_arcs.py @@ -971,7 +971,7 @@ class MiscArcTest(CoverageTest): ) -class DecoractorArcTest(CoverageTest): +class DecoratorArcTest(CoverageTest): """Tests of arcs with decorators.""" def test_function_decorator(self): |