Skip to content

Commit

Permalink
fix(jdbc): useline line
Browse files Browse the repository at this point in the history
  • Loading branch information
Skraye committed Aug 13, 2024
1 parent 9cc435c commit 39cc614
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jdbc/src/test/java/io/kestra/jdbc/JdbcTestUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ public void setup() {

@SneakyThrows
public void drop() {
var tableNames = tableConfigs.getTableConfigs().stream().map(conf -> conf.table().toLowerCase()).toList();
dslContextWrapper.transaction((configuration) -> {
DSLContext dslContext = DSL.using(configuration);

Expand Down

0 comments on commit 39cc614

Please sign in to comment.