diff options
Diffstat (limited to 'testing/lisp/test-ob-python.el')
| -rw-r--r-- | testing/lisp/test-ob-python.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/lisp/test-ob-python.el b/testing/lisp/test-ob-python.el index e3c6a40..9ee76f2 100644 --- a/testing/lisp/test-ob-python.el +++ b/testing/lisp/test-ob-python.el @@ -22,7 +22,7 @@ (org-test-for-executable "python") (require 'ob-core) (unless (featurep 'ob-python) - (signal 'missing-test-dependency "Support for Python code blocks")) + (signal 'missing-test-dependency '("Support for Python code blocks"))) (ert-deftest test-ob-python/colnames-yes-header-argument () (should |
