diff --git a/src/clj_test_containers/core.clj b/src/clj_test_containers/core.clj index 3bbdbfd..37dc5c6 100644 --- a/src/clj_test_containers/core.clj +++ b/src/clj_test_containers/core.clj @@ -10,12 +10,12 @@ BindMode GenericContainer Network) + (org.testcontainers.containers.wait.strategy + Wait) (org.testcontainers.images.builder ImageFromDockerfile) (org.testcontainers.utility - MountableFile) - (org.testcontainers.containers.wait.strategy - Wait))) + MountableFile))) (defn- resolve-bind-mode [bind-mode]