Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
zddr committed Dec 31, 2023
1 parent 8a9f0c5 commit a533ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regression-test/suites/mtmv_p0/test_build_mtmv.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ suite("test_build_mtmv") {

def descTableAllResult = sql """desc ${mvName} all"""
logger.info("descTableAllResult: " + descTableAllResult.toString())
assertTrue(descTableAllResult.toString().contains(${mvName}))
assertTrue(descTableAllResult.toString().contains("${mvName}"))

// if not exist
try {
Expand Down

0 comments on commit a533ed2

Please sign in to comment.