From e915e1461293ac6063740545d70770671f3ab96b Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Wed, 1 Sep 2021 17:34:19 +0200 Subject: [PATCH] Upgrade deps.clj, fix flaky test --- deps.clj | 2 +- test/babashka/java_net_http_test.clj | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/deps.clj b/deps.clj index af343527..c86fa1bf 160000 --- a/deps.clj +++ b/deps.clj @@ -1 +1 @@ -Subproject commit af343527c1481845f9138ea8919a26e04e7cd447 +Subproject commit c86fa1bff9564f48b3513e4e4820840bc65c4188 diff --git a/test/babashka/java_net_http_test.clj b/test/babashka/java_net_http_test.clj index 1dc7c4d7..f7b1c2df 100644 --- a/test/babashka/java_net_http_test.clj +++ b/test/babashka/java_net_http_test.clj @@ -433,7 +433,7 @@ (deftest request-timeout-test - (is (= "java.net.http.HttpTimeoutException" + (is (str/includes? (bb '(do (ns net @@ -456,7 +456,8 @@ :via first :type - name))))))))) + name)))))) + "TimeoutException"))) (deftest body-handlers-test (is (= true