Skip to content

Commit

Permalink
Fix test keyword name test (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
w41ter committed May 10, 2024
1 parent 2527bc1 commit 444beff
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions regression-test/suites/table-sync/test_keyword_name.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -171,10 +171,6 @@ suite("test_keyword_name") {
logger.info("=== Test 3: Drop table ===")
sql "DROP TABLE `${tableName}`"

def notExist = { res -> Boolean
return res.size() == 0
}

assertTrue(checkShowTimesOf("""
SHOW CREATE TABLE `TEST_${context.dbName}`.`${tableName}`
""",
Expand Down

0 comments on commit 444beff

Please sign in to comment.