Skip to content

Commit

Permalink
fix test method not found
Browse files Browse the repository at this point in the history
  • Loading branch information
seawinde committed Aug 16, 2024
1 parent cb2659e commit 248b34e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1383,7 +1383,7 @@ suite("aggregate_with_roll_up") {
o_orderdate;
"""
order_qt_query32_1_before "${query32_1}"
check_mv_rewrite_success(db, mv32_1, query32_1, "mv32_1")
async_mv_rewrite_success(db, mv32_1, query32_1, "mv32_1")
order_qt_query32_1_after "${query32_1}"
sql """ DROP MATERIALIZED VIEW IF EXISTS mv32_1"""

Expand All @@ -1400,7 +1400,7 @@ suite("aggregate_with_roll_up") {
o_orderdate;
"""
order_qt_query32_2_before "${query32_2}"
check_mv_rewrite_success(db, mv32_2, query32_2, "mv32_2")
async_mv_rewrite_success(db, mv32_2, query32_2, "mv32_2")
order_qt_query32_2_after "${query32_2}"
sql """ DROP MATERIALIZED VIEW IF EXISTS mv32_2"""

Expand Down

0 comments on commit 248b34e

Please sign in to comment.