Skip to content

Commit 484a6bc

Browse files
committed
make CI fail
1 parent d491bae commit 484a6bc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

notebooks/qualified_methods.clj

+2
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@ String/new
1717
(map String/new ["dude"])
1818

1919
(map Integer/parseInt ["1" "2" "3"])
20+
21+
(throw (ex-info "dude" {})) ;; this if CI fails

0 commit comments

Comments
 (0)