Skip to content

Commit

Permalink
Fix test as the extension was installed by a previous one
Browse files Browse the repository at this point in the history
  • Loading branch information
rodo committed Nov 15, 2024
1 parent 11c711a commit 29230a7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/drop_start.sql
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ TRUNCATE ddl_history;
-- 2
CREATE TABLE foobar_schedoc (id int);


DROP EXTENSION IF EXISTS schedoc;
DROP EXTENSION IF EXISTS schedoc CASCADE;
CREATE EXTENSION schedoc CASCADE;

-- add test on schema to fail fast
Expand Down

0 comments on commit 29230a7

Please sign in to comment.