diff options
Diffstat (limited to 'test/automated/python-tests.el')
| -rw-r--r-- | test/automated/python-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/automated/python-tests.el b/test/automated/python-tests.el index d0a7ab57250..1a741b45d81 100644 --- a/test/automated/python-tests.el +++ b/test/automated/python-tests.el | |||
| @@ -445,7 +445,7 @@ objects = Thing.objects.all() \\\\ | |||
| 445 | (should (= (python-indent-calculate-indentation) 0)))) | 445 | (should (= (python-indent-calculate-indentation) 0)))) |
| 446 | 446 | ||
| 447 | (ert-deftest python-indent-block-enders () | 447 | (ert-deftest python-indent-block-enders () |
| 448 | "Test `python-indent-block-enders' value honouring." | 448 | "Test `python-indent-block-enders' value honoring." |
| 449 | (python-tests-with-temp-buffer | 449 | (python-tests-with-temp-buffer |
| 450 | " | 450 | " |
| 451 | Class foo(object): | 451 | Class foo(object): |