Clean up create extension test
This commit is contained in:
parent
c0dfdad19b
commit
155ae25ad0
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue