diff --git a/test/package.lisp b/test/package.lisp index 693f958..5015e7e 100644 --- a/test/package.lisp +++ b/test/package.lisp @@ -21,7 +21,7 @@ (defun run-all-tests () (handler-bind ((libssh2::known-hosts-reading-error (lambda (c) (declare (ignore c)) (invoke-restart 'accept-always) t)) (libssh2::ssh-unknown-hostkey (lambda (c) (declare (ignore c)) (invoke-restart 'accept-always) t)) - (libssh2::ssh-authentiocation-failure (lambda (c) (declare (ignore c)) (invoke-restart 'accept-always) t))) + (libssh2::ssh-authentication-failure (lambda (c) (declare (ignore c)) (invoke-restart 'accept-always) t))) (progn (unit) (integration))))