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 b7960ea commit 67d2a78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,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 67d2a78

Please sign in to comment.