diff options
Diffstat (limited to 'testing/lisp/test-ob-sqlite.el')
| -rw-r--r-- | testing/lisp/test-ob-sqlite.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/lisp/test-ob-sqlite.el b/testing/lisp/test-ob-sqlite.el index 621a11b..0d04643 100644 --- a/testing/lisp/test-ob-sqlite.el +++ b/testing/lisp/test-ob-sqlite.el @@ -21,7 +21,7 @@ ;;; Code: (org-test-for-executable "sqlite3") (unless (featurep 'ob-sqlite) - (signal 'missing-test-dependency "Support for sqlite code blocks")) + (signal 'missing-test-dependency '("Support for sqlite code blocks"))) (ert-deftest ob-sqlite/table-variables-with-commas () "Test of a table variable that contains commas. This guarantees that this code path results in a valid CSV." |
