Skip to content

Commit

Permalink
fix test method usage
Browse files Browse the repository at this point in the history
  • Loading branch information
seawinde committed Aug 28, 2024
1 parent 6952e6e commit 61faf87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ suite("test_create_mtmv_contains_view","mtmv") {
ps_partkey;
"""
order_qt_query4_before "${query4}"
check_mv_rewrite_success(db, mv4, query4, mv4_name)
async_mv_rewrite_success(db, mv4, query4, mv4_name)
order_qt_query4_after "${query4}"
sql """ DROP MATERIALIZED VIEW IF EXISTS ${mv4_name}"""

Expand Down

0 comments on commit 61faf87

Please sign in to comment.