Fix test
This commit is contained in:
parent
cddd4ce581
commit
c832819a76
2 changed files with 8 additions and 2 deletions
|
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
For a list of breaking changes, check [here](#breaking-changes).
|
For a list of breaking changes, check [here](#breaking-changes).
|
||||||
|
|
||||||
|
## 0.6.0
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## 0.5.1
|
## 0.5.1
|
||||||
|
|
||||||
- Add new `print-deps` subcommand for printing a `deps.edn` map and classpath
|
- Add new `print-deps` subcommand for printing a `deps.edn` map and classpath
|
||||||
|
|
|
||||||
|
|
@ -122,7 +122,7 @@
|
||||||
(.getDomain))))))))
|
(.getDomain))))))))
|
||||||
|
|
||||||
(deftest connect-timeout-test
|
(deftest connect-timeout-test
|
||||||
(is (= "java.net.http.HttpConnectTimeoutException"
|
(is (str/includes?
|
||||||
(bb
|
(bb
|
||||||
'(do
|
'(do
|
||||||
(ns net
|
(ns net
|
||||||
|
|
@ -146,7 +146,9 @@
|
||||||
:via
|
:via
|
||||||
first
|
first
|
||||||
:type
|
:type
|
||||||
name)))))))))
|
name))))))
|
||||||
|
;; can be either java.net.http.HttpConnectTimeoutException or java.net.http.HttpTimeoutException
|
||||||
|
"TimeoutException")))
|
||||||
|
|
||||||
(deftest executor-test
|
(deftest executor-test
|
||||||
(is (= 200
|
(is (= 200
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue