Skip to content

Commit

Permalink
[regression-test](fix) fix two case use same table (#46053)
Browse files Browse the repository at this point in the history
  • Loading branch information
shuke987 authored Dec 26, 2024
1 parent 4a07efe commit 8b9167c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
// under the License.

suite("test_dup_schema_key_change_modify1","p0") {
def tbName1 = "test_dup_schema_key_change_modify1"
def tbName2 = "test_dup_schema_key_change_modify_1"
def tbName1 = "test_dup_schema_key_change_modify2"
def tbName2 = "test_dup_schema_key_change_modify_2"
/**
* Test the dup model by modify a value type
*/
Expand Down

0 comments on commit 8b9167c

Please sign in to comment.