Skip to content

Commit 0b4fd6e

Browse files
committed
Fix test description for drop extension
1 parent b25aed7 commit 0b4fd6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/honeysql_postgres/postgres_test.cljc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@
367367
:quoting :ansi))))))
368368

369369
(deftest drop-extension-test
370-
(testing "create extension"
370+
(testing "drop extension"
371371
(is (= ["DROP EXTENSION \"uuid-ossp\""]
372372
(-> (drop-extension :uuid-ossp)
373373
(sql/format :allow-dashed-names? true

0 commit comments

Comments
 (0)