Skip to content
Snippets Groups Projects
Unverified Commit 680741aa authored by Tim Macdonald's avatar Tim Macdonald Committed by GitHub
Browse files

Bump clj-kondo to 2023.09.07 (#34489)

parent baf0bb65
Branches
Tags
No related merge requests found
......@@ -13,7 +13,7 @@ concurrency:
cancel-in-progress: true
env:
CLJ_KONDO_VERSION: "2023.07.13"
CLJ_KONDO_VERSION: "2023.09.07"
jobs:
files-changed:
......
......@@ -48,7 +48,7 @@
(io/delete-file file)))))))))
(deftest cmd-dump-to-h2-returns-code-from-dump-test
(with-redefs [dump-to-h2/dump-to-h2! #(throw "err")
(with-redefs [dump-to-h2/dump-to-h2! #(throw (Exception. "err"))
cmd/system-exit! identity]
(is (= 1 (cmd/dump-to-h2 "file1")))))
......
......@@ -35,7 +35,7 @@
"select value from setting where setting.key=?;") keyy]))))
(deftest cmd-rotate-encryption-key-errors-when-failed-test
(with-redefs [rotate-encryption-key! #(throw "err")
(with-redefs [rotate-encryption-key! #(throw (Exception. "err"))
cmd/system-exit! identity]
(is (= 1 (cmd/rotate-encryption-key
"89ulvIGoiYw6mNELuOoEZphQafnF/zYe+3vT+v70D1A=")))))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment