Skip to content

Commit

Permalink
Applied automatic styling
Browse files Browse the repository at this point in the history
  • Loading branch information
javahippie committed Jul 3, 2022
1 parent 5464fc3 commit 1bf2c20
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/clj_test_containers/core_test.clj
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
(ns clj-test-containers.core-test
(:require
[clj-test-containers.core :as sut]
[clojure.string :refer [includes?]]
[clojure.test :refer [deftest is testing]])
[clj-test-containers.core :as sut]
[clojure.string :refer [includes?]]
[clojure.test :refer [deftest is testing]])
(:import
(org.testcontainers.containers
PostgreSQLContainer)))
(org.testcontainers.containers
PostgreSQLContainer)))

(deftest create-test
(testing "Testing basic testcontainer generic image initialisation"
Expand Down

0 comments on commit 1bf2c20

Please sign in to comment.