Clean up create extension test

This commit is contained in:
Sean Corfield 2021-02-15 17:56:18 -08:00
parent c0dfdad19b
commit 155ae25ad0

View file

@ -357,7 +357,7 @@
(sql/format {:quoted true}))))) (sql/format {:quoted true})))))
(testing "create extension if not exists" (testing "create extension if not exists"
(is (= ["CREATE EXTENSION IF NOT EXISTS \"uuid-ossp\""] (is (= ["CREATE EXTENSION IF NOT EXISTS \"uuid-ossp\""]
(-> (create-extension :uuid-ossp :if-not-exists? true) (-> (create-extension :uuid-ossp :if-not-exists)
(sql/format {:quoted true})))))) (sql/format {:quoted true}))))))
(deftest drop-extension-test (deftest drop-extension-test