Skip to content

Commit

Permalink
fixTest
Browse files Browse the repository at this point in the history
  • Loading branch information
Yingjian Wu committed Jun 2, 2024
1 parent 3626c79 commit 8165c60
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ class ParentChildRelMetadataServiceSpec extends Specification{
SimpleRetryPolicy retryPolicy = new SimpleRetryPolicy(1) // 1 attempt means no retries
retryTemplate.setRetryPolicy(retryPolicy)

return retryTemplate

jdbcTemplate = new JdbcTemplate(dataSource)
service = new MySqlParentChildRelMetaDataService(jdbcTemplate, retryTemplate)
}
Expand Down

0 comments on commit 8165c60

Please sign in to comment.