diff --git a/test/mongo_driver_3/collection_test.clj b/test/mongo_driver_3/collection_test.clj index bbf356d..9ad419a 100644 --- a/test/mongo_driver_3/collection_test.clj +++ b/test/mongo_driver_3/collection_test.clj @@ -349,12 +349,7 @@ (testing "not existing" (let [db (new-db @client) _ (mc/create db "my-coll")] - (is (true? (coll-exists? db "my-coll"))))) - - (testing "existing" - (let [db (new-db @client) - _ (mc/create db "my-coll")] - (is (thrown? Exception (mc/create db "my-coll")))))) + (is (true? (coll-exists? db "my-coll")))))) (deftest ^:integration test-rename (testing "not existing"