Skip to content

Commit

Permalink
remove date_num in db_sync (selectdb#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
lsy3993 authored Apr 17, 2024
1 parent fc86dd1 commit b421cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regression-test/suites/db-sync/test_db_sync.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ suite("test_db_sync") {
}
for (int index = 0; index < insert_num; index++) {
sql """
INSERT INTO ${keywordTableName} VALUES (${test_num}, ${index}, '${date_num}')
INSERT INTO ${keywordTableName} VALUES (${test_num}, ${index})
"""
}

Expand Down

0 comments on commit b421cd5

Please sign in to comment.