From 59aef87d9e1431bb02b4abf52f1f79c9f6625a2c Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Sat, 26 Apr 2025 11:43:18 +0200 Subject: [PATCH] re-enable fusebox tests --- test-resources/lib_tests/bb-tested-libs.edn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test-resources/lib_tests/bb-tested-libs.edn b/test-resources/lib_tests/bb-tested-libs.edn index 5cc7ab29..1cce6841 100644 --- a/test-resources/lib_tests/bb-tested-libs.edn +++ b/test-resources/lib_tests/bb-tested-libs.edn @@ -205,12 +205,12 @@ com.potetm/fusebox {:git-url "https://github.com/potetm/fusebox" :git-sha "2f42391868c82c193628bec8922f8735ae3cac66" :test-paths ["test"] - :test-namespaces [#_com.potetm.fusebox.bulkhead-test + :test-namespaces [com.potetm.fusebox.bulkhead-test com.potetm.fusebox.bulwark-test com.potetm.fusebox.circuit-breaker-test com.potetm.fusebox.fallback-test com.potetm.fusebox.memoize-test - #_com.potetm.fusebox.rate-limit-test + com.potetm.fusebox.rate-limit-test com.potetm.fusebox.registry-test com.potetm.fusebox.retry-test - #_com.potetm.fusebox.timeout-test]}} + com.potetm.fusebox.timeout-test]}}