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]}}