Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
xxhZs committed Feb 29, 2024
1 parent 542727e commit 401fb64
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion e2e_test/ddl/subscription.slt
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,10 @@ statement ok
drop subscription if exists ddl_subscription_table;

statement ok
drop subscription if exists ddl_subscription_mv;
drop subscription if exists ddl_subscription_mv;

statement ok
drop materialized view ddl_mv;

statement ok
drop table ddl_t;

0 comments on commit 401fb64

Please sign in to comment.