Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
w41ter committed Dec 18, 2024
1 parent 63d0537 commit 0fc99dc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ suite('test_cds_tbl_create_vars') {
"""

assertTrue(helper.checkShowTimesOf("SHOW CREATE TABLE ${tableName}_agg", exist, 30, 'target'))
} finally { }
} catch (Exception) { }

try {
logger.info('create table with decimal 256')
Expand All @@ -78,5 +78,5 @@ suite('test_cds_tbl_create_vars') {
)
"""
assertTrue(helper.checkShowTimesOf("SHOW CREATE TABLE ${tableName}_decimal_256", exist, 30, 'target'))
} finally { }
} catch (Exception) { }
}

0 comments on commit 0fc99dc

Please sign in to comment.