Skip to content

Commit

Permalink
Fix view and mv test
Browse files Browse the repository at this point in the history
  • Loading branch information
w41ter committed Sep 10, 2024
1 parent 5d0f40d commit de6d19e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ suite("test_view_and_mv") {
select user_id, name from ${tableDuplicate0};
"""

assertTrue(checkRestoreFinishTimesOf("${view_test_${suffix}}", 30))
assertTrue(checkRestoreFinishTimesOf("view_test_${suffix}", 30))

explain {
sql("select user_id, name from ${tableDuplicate0}")
Expand Down

0 comments on commit de6d19e

Please sign in to comment.