diff options
| -rw-r--r-- | test/lisp/progmodes/sql-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/progmodes/sql-tests.el b/test/lisp/progmodes/sql-tests.el index ad22906ecf1..15f59529b2a 100644 --- a/test/lisp/progmodes/sql-tests.el +++ b/test/lisp/progmodes/sql-tests.el | |||
| @@ -50,7 +50,7 @@ | |||
| 50 | (lambda (_command) t)) | 50 | (lambda (_command) t)) |
| 51 | ((symbol-function 'process-lines) | 51 | ((symbol-function 'process-lines) |
| 52 | (lambda (_program &rest _args) | 52 | (lambda (_program &rest _args) |
| 53 | (error)))) | 53 | (error "some error")))) |
| 54 | (should-not (sql-postgres-list-databases)))) | 54 | (should-not (sql-postgres-list-databases)))) |
| 55 | 55 | ||
| 56 | (provide 'sql-tests) | 56 | (provide 'sql-tests) |